<< Click to Display Table of Contents >> IMPOWER (power of a complex number) |
Syntax:
IMPOWER(ComplexNumber, Exponent)
Description:
This returns a supplied complex number raised to a given power.
ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMPOWER("2+4i", 2) returns -12+16i
See also: