Click or drag to resize

ComplexExp(Complex) Method

Calculates the exponential function of the complex number (E^c)

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex Exp(
	Complex c
)

Parameters

c  Complex
The complex number used for calculation

Return Value

Complex
The exponential function of the complex number (E^c)
See Also