Click or drag to resize

ComplexExp(Double) Method

Calculates the exponential function of the real number (E^d)

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

Parameters

d  Double
The complex number used for calculation

Return Value

Double
The exponential function of the real number (E^d)
See Also