EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Log Method

Computes the Natural Logarithm using Series Expansion to almost full accuracy.

Methods for decimal, double and int Parameters.

Overload List

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

See Also

DecimalOps Class | Esb.Math Namespace