ILNumerics Ultimate VS

complexExp Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Complex exponent

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Exp(
	complex exponent
)

Parameters

exponent
Type: ILNumericscomplex
Exponent

Return Value

Type: complex
Result of exp(exponent)
Remarks

For complex exponents, exp(exponent) is computed by

complex.FromPol(Math.Exp(exponent.real), exponent.imag)

[ILNumerics Core Module]

See Also

Reference