EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Exp Method (Double)

Computes the Exponential Function using Series Expansion.

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

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