Operations<T>.Exp Minus 1 Method
Returns the exponential of a number, minus 1.
Definition
Namespace: Numerics.NET
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
public static T ExpMinus1(
T operand
)
Parameters
- operand T
Return Value
TE raised to the power x, minus 1.