Returns e to the power of a complex number. For example, if complex_number is a+bi, it returns e(a+bi) = ea(cos b + isin b).
Syntax
Examples
Formula | Result |
=IMEXP("2+3j") | -7.3151100949011+1.0427436562359j |
=IMEXP("1-4i") | -1.77678757688172+2.057202470728i |
=IMEXP("5j") | 0.283662185463226-0.958924274663139j |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions
COMPLEX
EXP
IMLN
IMLOG10
IMLOG2