Frage

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

War es hilfreich?

Lösung

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

Getting the source code for CLR to prove it!

Andere Tipps

This has full information on square root(Algorithm level)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top