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