Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Exp( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Exp ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Exp( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the exponential of the argument.
Remarks
Specifically, if z = x+iy,
.
returns
.
returns
.
returns
(where the signs of the real and imaginary parts of the result are unspecified).
returns
(where the sign of the real part of the result is unspecified).
returns
, for finite x.
returns
, for finite y.
returns
, for finite nonzero y.
returns
(where the signs of the real and imaginary parts of the result are unspecified).
returns
(where the sign of the real part of the result is unspecified).
returns
.
returns
, for all non-zero numbers y.
returns
, for finite x.