Computes the Decimal Nth Root using Newton's Method to almost full accuracy.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace