EsbDecimals - a Free Subset of ESBPCS for .NET | |
DecimalOps.Exp Method (Decimal)
Computes the Exponential Function using Series Expansion.
[Visual Basic]Overloads Public Shared Function Exp( _
ByVal
x As
Decimal _
) As
Decimal Parameters
- x
- Power to raise the Natural Constant, e, to
Return Value
e^x, Natural Constant raised to the power x
See Also
DecimalOps Class | Esb.Math Namespace | DecimalOps.Exp Overload List