00001 #ifndef PI 00002 const double dont_even_think_about_using = 4*atan(1.0); 00003 #define PI dont_even_think_about_using 00004 #endif