IMDIV function
Summary
Returns the quotient of two complex numbers
Syntax
IMDIV(inumber1, inumber2)
The IMDIV function syntax has the following arguments:
• Inumber1 Required. The complex numerator or dividend.
• Inumber2 Required. The complex denominator or divisor.
• Inumber1 Required. The complex numerator or dividend.
• Inumber2 Required. The complex denominator or divisor.
Example
=IMDIV("-238+240i","10+24i")