EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Sqrt Method

Computes the Decimal Square Root using Newton's Method to almost full accuracy.

Methods for decimal, double and int Parameters.

Overload List

Computes the Decimal Square Root using Newton's Method.

public static decimal Sqrt(decimal);

Computes the Decimal Square Root using Newton's Method.

public static decimal Sqrt(double);

Computes the Decimal Square Root using Newton's Method.

public static decimal Sqrt(int);

See Also

DecimalOps Class | Esb.Math Namespace