Returns theimaginary part of a complex number.
IMAGINARY can be used for a variety of applications one example is using it to find the phase angle of a complex result, such as a filter, by dividing the arctangent of the imaginary part by the real part.
x = COMPLEX(0, 2) PRINT, IMAGINARY(x)
2.00000