Question

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

Was it helpful?

Solution

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

Getting the source code for CLR to prove it!

OTHER TIPS

This has full information on square root(Algorithm level)

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