Google Sheets
IMPOWER function in Google Sheets
Returns a complex number raised to a power.
=IMPOWER(complex_base, exponent)IMPOWER syntax and parameters
Two arguments, two required.
- complex_basestringRequired
- exponentnumberRequired
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 Excel
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 Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel