IMDIV

returns quotient of two complex numbers · from excel · excel: not yet compared · sheets: not yet compared

signature

IMDIV(inumber1, inumber2)

returns: text (complex number)

argumentrequired
inumber1 required
inumber2 required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =IMDIV("-238+240i", "10+24i") 5+12i

related

  • BESSELI returns modified Bessel function In(x)
  • BESSELJ returns Bessel function Jn(x)
  • BESSELK returns modified Bessel function Kn(x)
  • BESSELY returns Bessel function Yn(x)
  • BIN2DEC converts binary number to decimal
  • BIN2HEX converts binary number to hexadecimal