Searched defs:atan (Results 1 – 4 of 4) sorted by relevance
126 atan(double x) { in atan() function
161 inline float atan(float __X) { return __atanf(__X); } in atan() function190 inline long double atan(long double __X) { return __atanl(__X); } in atan() function
45 #define atan(x) __tgmath_atan(x) macro
35 #pragma weak atan = __atan macro