IMDIV(inumber1, inumber2)
=IMDIV("2+2i", "2+i")
The IMDIV function can be used to divide two complex numbers. For example, 2+2i by 2+i, and this returns the complex number 2+2i.
=IMDIV( COMPLEX( 5, 2 ), COMPLEX( 0, 1 ) )
The IMDIV function can also be used with the COMPLEX function. For example, 5+2i by 2+1i, and this returns the complex number 5+2i divided by 2+1i.
The IMDIV function is used to calculate the quotient of two complex numbers. It takes two complex numbers as arguments and divides one by the other.