EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Log2 Method

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

Methods for decimal, double and int Parameters.

Overload List

Computes the Logarithm to Base 2 using Series Expansion.

public static decimal Log2(decimal);

Computes the Logarithm to Base 2 using Series Expansion.

public static decimal Log2(double);

Computes the Logarithm to Base 2 using Series Expansion.

public static decimal Log2(int);

See Also

DecimalOps Class | Esb.Math Namespace