Imaginary<T>.Exp Method
Returns e raised to the specified power.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number E raised to the specified power.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<T> Exp(
Imaginary<T> z
)
Parameters
Return Value
Complex<T>The number E raised to the specified power.
Remarks
The result is equivalent to constructing a new complex number in polar form with Magnitude equal to 1 and Phasez.im.
This method requires that the operand type supports real arithmetic.