IOperations<T>.ExpM1 Method

Returns the exponential of a number, minus 1.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T ExpM1(
	T x
)

Parameters

x  T
The exponent.

Return Value

T
E raised to the power x, minus 1.

See Also