IMPOWER (power of a complex number)

<< Click to Display Table of Contents >>

IMPOWER (power of a complex number)

Syntax:

IMPOWER(ComplexNumber, Exponent)

Description:

Returns a complex number raised to a 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:

COMPLEX, IMSQRT