Returns the exponential of a Complex
z, exp(z).
Complex
object. A newly constructed Complex
initialized to the exponential of the argument.
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.
Complex Class | Imsl.Math Namespace