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