Decimal Math.Exp Minus 1 Method
Returns e raised to the specified power, minus 1.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number e raised to the power value, minus 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal ExpMinus1(
decimal value
)
Parameters
- value Decimal
- The exponent.
Return Value
DecimalThe number e raised to the power value, minus 1.