Quad.Exp Minus 1 Method
Returns e raised to the specified power to the specified accuracy.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The number e raised to the power value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad ExpMinus1(
Quad value
)
Parameters
- value Quad
- The exponent.
Return Value
QuadThe number e raised to the power value.
Exceptions
Argument | value is null. |