Question

How does sqrt function really work ? Does it go by any logical theorem to get the result.

Is there any way i can access the code of libarary function such as sqrt?

Was it helpful?

Solution

You can download the source code from the libc, which is open source: http://www.gnu.org/software/libc/download.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top