+ 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()?
1 Antwort
+ 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]