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