#ifndef COMPLEX_H #define COMPLEX_H #include using namespace std; // #define Complex complex typedef complex Complex; #define ZERO 1.0e-20 #endif