Operations<T>.Exp
            
            
            Returns the exponential of a number, minus 1.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
E raised to the power x, minus 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static T ExpMinus1(
	T operand
)Parameters
- operand T
Return Value
TE raised to the power x, minus 1.