This function returns the quotient of two complex numbers.
Syntax
IMCOS(complexnum,complexdenom)
Arguments
This function has these arguments:
Argument | Description |
---|---|
complexnum | Complex numerator or dividend |
complexdenom | Complex denominator or divisor |
Remarks
An error is returned if the arguments are not in the form "x+yi" or "x+yj". For more information, refer to Complex Numbers in Engineering Functions.
Data Types
Accepts number and string data. Returns string data.
Examples
IMDIV("3+5j","10+20i")
Version Available
This function is available in product version 2.0 or later.
See Also
IMPRODUCT | IMSQRT | Engineering Functions | Complex Numbers in Engineering Functions