<< Click to Display Table of Contents >> IMEXP (exponential of a complex number) |
Syntax:
IMEXP(ComplexNumber)
Description:
Returns the exponential of a complex number.
ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMEXP("2+4i") returns -4.82980938326939 - 5.59205609364098i
See also: