+ 2
Is there any other way ,to find square root of a number without using sqrt() or Math.sqrt()
2 Respostas
+ 16
In this thread, you will find some algorithms to emulate the sqrt() function behavior.
[https://stackoverflow.com/questions/19611198/finding-square-root-without-using-sqrt-function]