IMEXP
Returns the exponential of a complex number.
EngineeringEngineering & Science
What it does
Returns e raised to a complex power.
Syntax
IMEXP(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Exp
Exp of 1+i.
FORMULA
=IMEXP("1+i")RESULT
1.46+2.28i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |