<< Click to Display Table of Contents >> IMSUB (difference of complex numbers) |
Syntax:
IMSUB(ComplexNumber1, ComplexNumber2)
Description:
Returns the difference of two complex numbers, i.e., subtracts ComplexNumber2 from ComplexNumber1.
ComplexNumber1 and ComplexNumber2 must be complex numbers in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMSUB("2+4i", "1+2i") returns 1+2i
See also: