Pregunta

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

¿Fue útil?

Solución

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

Getting the source code for CLR to prove it!

Otros consejos

This has full information on square root(Algorithm level)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top