
#define PI 3.141592654

typedef struct {
  float rl;
  float im;
} Complex;


