Searched defs:tan (Results 1 – 4 of 4) sorted by relevance
48 tan(double x) { in tan() function
187 inline float tan(float __X) { return __tanf(__X); } in tan() function 219 inline long double tan(long double __X) { return __tanl(__X); } in tan() function
57 #define tan(x) __tgmath_tan(x) macro
75 #pragma weak tan = __tan macro