IMPOWER (power of a complex number)

Navigation:  Formulas and functions > Functions from A to Z >

IMPOWER (power of a complex number)

Previous pageReturn to chapter overviewNext page

Syntax:

IMPOWER(ComplexNumber, Exponent)

Description:

This 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