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