IOperations<T>.Exp M 1 Method
Returns the exponential of a number, minus 1.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
E raised to the power x, minus 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T ExpM1(
T x
)
Parameters
- x T
- The exponent.
Return Value
TE raised to the power x, minus 1.