IMDIV (division of complex numbers)

Navigation:  Formulas and functions > Functions from A to Z >

IMDIV (division of complex numbers)

Previous pageReturn to chapter overviewNext page

Syntax:

IMDIV(ComplexNumber1, ComplexNumber2)

Description:

This returns the quotient of two complex numbers, i.e., divides ComplexNumber1 by ComplexNumber2.

The arguments must be complex numbers in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMDIV("4+12i", "2+4i") returns 2.8+0.4i

See also:

COMPLEX, IMPRODUCT, IMSUB, IMSUM