Home | History | Annotate | Download | only in gregbook

Lines Matching full:pi_2

104 #define PI_2             (PI*0.5)
977 angle = (x == 0)? PI_2 : atan((double)y / (double)x);