SLAA534A June 2013 – June 2020
The _Complex types defined in the C99 standard are supported. The internal representation is as follows:
struct _Complex { float_type real; float_type imag; };