Quad.Exp M 1 Method
Computes E raised to a given power and subtracts one.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Ex - 1
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad ExpM1(
Quad x
)
Parameters
- x Quad
- The power to which E is raised.
Return Value
QuadEx - 1