Searched refs:atan (Results 1 – 4 of 4) sorted by relevance
67 double atan(double x) in atan() function114 libm_hidden_def(atan)
63 if(((hx-0x3ff00000)|lx)==0) return atan(y); /* x=1.0 */ in __ieee754_atan2()103 else z=atan(fabs(y/x)); /* safe to do y/x */ in __ieee754_atan2()
109 WRAPPER1(atan) in WRAPPER1() argument
127 WRAPPER1(atan) in WRAPPER1() argument
Completed in 5 milliseconds