square roots


[Prev][Next][Index][Thread]

square roots



Lets say in a program I wanted to find the square root of variable 'A'
where 'A' is a positive number. But I could only use +,-,*,/. So is
there a way to find square roots without using the square root symbol?