How can I compute the root of a float value in C without sqrt()? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I compute the root of a float value in C without sqrt()?

How can I compute the root of a float value in C without sqrt()?

8th Oct 2017, 11:23 AM
Yusuf
Yusuf - avatar
1 Answer
+ 13
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]
8th Oct 2017, 12:35 PM
Babak
Babak - avatar