EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.TenPow Method

Computes the Specified Power of 10 using Series Expansion to almost full accuracy.

Methods for decimal, double and int Parameters.

Overload List

Computes the Specified Power of 10 using series expansion.

public static decimal TenPow(decimal);

Computes the Specified Power of 10 using series expansion.

public static decimal TenPow(double);

Computes the Specified Power of 10 using series expansion.

public static decimal TenPow(int);

See Also

DecimalOps Class | Esb.Math Namespace