Computes the Logarithm to Base 2 using Series Expansion to almost full accuracy.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace