ILNumerics.Net
Exp Method (exponent)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexExp(complex)
ILNumerics.Net - numeric computing for .NET
complex exponent
Declaration Syntax
C#Visual BasicVisual C++
public static complex Exp(
	complex exponent
)
Public Shared Function Exp ( _
	exponent As complex _
) As complex
public:
static complex Exp(
	complex exponent
)
Parameters
exponent (complex)
exponent
Return Value
result of exp(exponent)
Remarks
For complex exponents, exp(exponent) is computed by

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

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)