IMDIV

Syntax:

IMDIV ( complex-number-1 , complex-number-2 )

Description: Computes the quotient from dividing two complex numbers.

Mathematical Formula:

Arguments:

Name

Type

Description

complex-number-1

text

Complex numbers in x + yi or x + yj text format; they designate the dividend and divisor, respectively.

complex-number-2

text

Return Type and Value: text – A string containing the quotient from number-1 / number-2, in x+yi or x+yj text format.

However, if complex-number-1 or complex-number-2 is ill-formed, #NUM! is returned.

example: