Searched defs:tanh (Results 1 – 4 of 4) sorted by relevance
70 tanh(doubl function [all...]
188 inline float tanh(float __X) { return __tanhf(__X); } in tanh() function 220 inline long double tanh(long double __X) { return __tanhl(__X); } in tanh() function
63 #define tanh(x) __tgmath_tanh(x) macro
76 #pragma weak tanh = __tanh macro