Bell 32V development
[unix-history] / usr / src / libF77 / complex
typedef struct { float real, imag; } complex;
typedef struct { double dreal, dimag; } dcomplex;