| int_types.h | 157 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon4080 159 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon4081 161 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon4082 164 #define COMPLEX_IMAGINARY(x) (x).imaginary
|