Searched defs:tan (Results 1 – 3 of 3) sorted by relevance
47 template <> BOOST_QVM_INLINE_TRIVIAL float tan<float>( float x ) { return ::tanf(x); } in tan() function69 template <> BOOST_QVM_INLINE_TRIVIAL double tan<double>( double x ) { return ::tan(x); } in tan() function
626 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) macro