IMPOWER

IMPOWER

Synopsis

IMPOWER(inumber1,inumber2)

Description

IMPOWER returns a complex number raised to a power. inumber1 is the complex number to be raised to a power and inumber2 is the power to which you want to raise it.

  • If inumber1 or inumber2 are not valid complex numbers, IMPOWER returns #VALUE! error.
  • This function is Excel compatible.

Examples

IMPOWER("4-j",2) equals 15-8j.

See also

IMSQRT.