Quad.ExpM1 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.0
C#
public static Quad ExpM1(
	Quad x
)

Parameters

x  Quad
The power to which E is raised.

Return Value

Quad
Ex - 1

Implements

IExponentialFunctions<TSelf>.ExpM1(TSelf)

See Also