Is there any other way ,to find square root of a number without using sqrt() or Math.sqrt() | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there any other way ,to find square root of a number without using sqrt() or Math.sqrt()

3rd Oct 2017, 10:36 AM
Harsh Tirkey
Harsh Tirkey - avatar
2 Answers
+ 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]
3rd Oct 2017, 11:00 AM
Babak
Babak - avatar
3rd Oct 2017, 11:21 AM
Ankit Agrawal
Ankit Agrawal - avatar