ReferenceFunctionsEngineering Functions
IMDIV
IMDIV: Returns the quotient of two complex numbers.
Summary
Divides the first complex value by the second.
Remarks
- Inputs are coerced to complex-number text before parsing.
- Returns
#DIV/0!when the divisor is0+0i. - Invalid complex text returns
#NUM!.
Examples
Divide complex numbers
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-0.5+3.5i
Division by zero complex
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
#DIV/0!
Related functions
FAQ
When does IMDIV return #DIV/0!?
If the divisor is 0+0i (denominator magnitude near zero), division is undefined and returns #DIV/0!.
Runtime metadata
Category
Engineering
Signature
IMDIV(arg1: Any, arg2: Any)Arity
min 2, max 2
Arguments
arg1Any · Scalar
arg2Any · Scalar
Caps
PURE
Source