문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top