Searched defs:atan (Results 1 – 4 of 4) sorted by relevance
126 atan(double x) { atan() function [all...]
167 inline float atan(float __X) { return __atanf(__X); } in atan() function 193 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