COMPLEX(real,im[,suffix])
COMPLEX returns a complex number of the form x + yi.
real is the real and im is the imaginary part of the complex number. suffix is the suffix for the imaginary part. If it is omitted, COMPLEX uses 'i' by default.
COMPLEX(1,-1) equals 1-i.