Searched defs:tanh (Results 1 – 3 of 3) sorted by relevance
36 #define tanh(x) fast_tanh(x) macro
278 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh) macro
119 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh) macro