fcomplex is a data type built into SIDL. The name is short for ``float complex.'' It stores a complex number via 2 32-bit floating point variables, one for the real part, and one for the imaginary part.