IReal Operations<T>.Exp Method
Returns the exponential of a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The exponential of a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Exp(
T a
)
Parameters
- a T
- A value.
Return Value
TThe exponential of a.