EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Log10 Method

Computes the Logarithm to Base 10 using Series Expansion to almost full accuracy.

Methods for decimal, double and int Parameters.

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace