IMDIV

IMDIV(arg1, arg2) → { number | string | boolean }

Returns the quotient of two complex numbers.

Parameters:

Name Type Description
arg1 any

Is the complex numerator or dividend.

arg2 any

Is the complex denominator or divisor.

Returns:

Type
number | string | boolean