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++.
sqrt()
<cmath>
Getting the source code for CLR to prove it!