Quad.ExpMinus1 Method
Returns e raised to the specified power to the specified accuracy.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
The number e raised to the power value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public static Quad ExpMinus1(
Quad value
)
ParametersPermalink
- value Quad
- The exponent.
Return ValuePermalink
QuadThe number e raised to the power value.
ExceptionsPermalink
Argument | value is null. |