EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.TenPow Method (Double)

Computes the Specified Power of 10 using series expansion.

[Visual Basic]
Overloads Public Shared Function TenPow( _
   ByVal x As Double _
) As Decimal
[C#]
public static decimal TenPow(
   double x
);

Parameters

x
Power to raise 10 to

Return Value

10 ^ x, 10 raised to the power x

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.TenPow Overload List