COMPLEX

Name

COMPLEX —
COMPLEX(real,im[,suffix])

Description

COMPLEX returns a complex number of the form x + yi. @real is the real and @im is the imaginary coefficient of the complex number. @suffix is the suffix for the imaginary coefficient. If it is omitted, COMPLEX uses 'i' by default.

If @suffix is neither 'i' nor 'j', COMPLEX returns #VALUE! error. @SEEALSO=