문제

I need to know how is Math.Sqrt square root function implemented in c# by Microsoft. Is there anyone who knows it?

도움이 되었습니까?

해결책

C# calls the native sqrt() from <cmath> C++.

Getting the source code for CLR to prove it!

다른 팁

This has full information on square root(Algorithm level)

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