int_types.h | 155 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon9866 157 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon9867 159 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon9868 162 #define COMPLEX_IMAGINARY(x) (x).imaginary
|