EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.NthRoot Method

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

Methods for decimal, double and int Parameters.

Overload List

Computes the Decimal Nth Root using Newton's Method.

public static decimal NthRoot(decimal,int);

Computes the Decimal Nth Root using Newton's Method.

public static decimal NthRoot(double,int);

Computes the Decimal Nth Root using Newton's Method.

public static decimal NthRoot(int,int);

See Also

DecimalOps Class | Esb.Math Namespace