Returns a complex number raised to the power of a given number.
Syntax
complex_number: Text representing a complex number. E.g. "2+3j"
Examples
|
Formula |
Result |
|
=IMPOWER("2+3j";2) |
-5+12i |
|
=IMPOWER("1-4i";3) |
-47+52i |
|
=IMPOWER("5j";-1) |
0-0.2i |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions
COMPLEX
POWER