IMDIV

IMDIV

Synopsis

IMDIV(inumber1,inumber2)

Description

IMDIV returns the quotient of two complex numbers.

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

Examples

IMDIV("2-j","2+j") equals 0.6-0.8j.

See also

IMPRODUCT.