IMPRODUCT (product of complex numbers)

Navigation:  Formulas and functions > Functions from A to Z >

IMPRODUCT (product of complex numbers)

Previous pageReturn to chapter overviewNext page

Syntax:

IMPRODUCT(ComplexNum1 [, ComplexNum2, ComplexNum3 ...])

Description:

Returns the product of the given complex numbers.

The arguments 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:

COMPLEX, IMDIV, IMSUB, IMSUM