Imaginary<T>.Exp M 1 Method
Computes E raised to a given power and subtracts one.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
E raised to the power z minus one.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<T> ExpM1(
Imaginary<T> z
)
Parameters
Return Value
Complex<T>E raised to the power z minus one.