SPRAC71B February 2019 – October 2023
The _Complex types defined in the C99 standard are supported. The internal representation is as follows:
struct _Complex { float_type real; float_type imag; };