Searched defs:tanh (Results 1 – 3 of 3) sorted by relevance
50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh() function72 template <> BOOST_QVM_INLINE_TRIVIAL double tanh<double>( double x ) { return ::tanh(x); } in tanh() function
643 #define tanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, tanh, ctanh) macro