Home | History | Annotate | Download | only in gregbook

Lines Matching refs:atan

977                 angle = (x == 0)? PI_2 : atan((double)y / (double)x);