Computes the Natural Logarithm using Series Expansion to almost full accuracy.
Methods for decimal, double and int Parameters.
Computes the Natural Logarithm using Series Expansion.
public static decimal Log(decimal);
Computes the Natural Logarithm using Series Expansion.
public static decimal Log(double);
Computes the Natural Logarithm using Series Expansion.
public static decimal Log(int);
DecimalOps Class | Esb.Math Namespace