Complex<T>.ExpM1 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.0
C#
public static Complex<T> ExpM1(
	Complex<T> z
)

Parameters

z  Complex<T>
A complex number.

Return Value

Complex<T>
E raised to the power z minus one.

See Also