<< Click to Display Table of Contents >> IMSUM (sum of complex numbers) |
Syntax:
IMSUM(ComplexNum1 [, ComplexNum2, ComplexNum3 ...])
Description:
Returns the sum of the given complex numbers.
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:
IMSUM("2+4i", "1+2i") returns 3+6i
See also: