Computes e raised to the power of a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Exp(
Complex z
)
Public Shared Function Exp (
z As Complex
) As Complex
public:
static Complex Exp(
Complex z
)
static member Exp :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe value of e
z.
See Also