This function returns the quotient of two complex numbers.
IMDIV(complexnum,complexdenom)
This function has these arguments:
Argument | Description |
---|---|
complexnum | Complex numerator or dividend |
complexdenom | Complex denominator or divisor |
An error is returned if the arguments are not in the form "x+yi" or "x+yj". For more information, refer to Complex Numbers.
Accepts number and string data. Returns string data.
IMDIV("3+5j","10+20i")