Computes e raised to the power of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex Exp(
	Complex z
)
Public Shared Function Exp ( _
	z As Complex _
) As Complex
public:
static Complex Exp(
	Complex z
)

Parameters

z
Complex
The argument.

Return Value

The value of ez.

See Also