Searched defs:atan (Results 1 – 4 of 4) sorted by relevance
43 template <> BOOST_QVM_INLINE_TRIVIAL float atan<float>( float x ) { return ::atanf(x); } in atan() function65 template <> BOOST_QVM_INLINE_TRIVIAL double atan<double>( double x ) { return ::atan(x); } in atan() function
292 #define atan atanf macro
617 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro