Skip to Content

IMPOWER

Returns a complex number raised to an integer power

Syntax

IMPOWER(inumber, number)

Parameters

  • inumber: Required. A complex number you want to raise to a power
  • number: Required. The power to which you want to raise the complex number

Example

=IMPOWER("2+3i", 3)
Returns: StringSince: Excel 2003