V7/usr/src/libF77/complex

Find at most related files.
including files from this version of Unix.

typedef struct { float real, imag; } complex;
typedef struct { double dreal, dimag; } dcomplex;