#define PI 3.141592654 /* (4.0*atan(1.0)) */ #define DTR (PI/180.0) #define RTD (180.0/PI) #define PIB2 (PI/2.0) #define PIT2 (PI*2.0)