Excel
IMPOWER function in Excel
Returns a complex number raised to an integer power
=IMPOWER(inumber, number)IMPOWER syntax and parameters
Two arguments, two required.
- inumberstringRequired
A complex number you want to raise to a power.
- numbernumberRequired
The power to which you want to raise the complex number.
IMPOWER examples
Formulas you'll actually reuse.
(1+i)² — squaring a complex number rotates and scales it:
=IMPOWER("1+i", 2)Result
"2i"A complex square root via a fractional power:
=IMPOWER("3+4i", 0.5)Result
"2+i"
IMPOWER in Google Sheets
Same name — your formula ports as-is.
Try IMPOWER in the playground
Edit the example — nothing to install.
Preloaded with the IMPOWER formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ERFCReturns the complementary error functionEngineeringGoogle Sheets
- ERFC.PRECISEReturns the complementary ERF function integrated between x and infinityEngineeringGoogle Sheets
- IMLNReturns the natural logarithm of a complex numberEngineeringGoogle Sheets
- IMSQRTReturns the square root of a complex numberEngineeringGoogle Sheets
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets