mirror of
https://github.com/boostorg/math.git
synced 2026-01-31 08:22:09 +00:00
Big refactor JM small_z and tag_type select code
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
#define BOOST_CSTDFLOAT_FLOAT128_ATANH atanhq_patch
|
||||
#define BOOST_CSTDFLOAT_FLOAT128_TGAMMA tgammaq_patch
|
||||
#endif // BOOST_CSTDFLOAT_BROKEN_FLOAT128_MATH_FUNCTIONS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Implement quadruple-precision <cmath> functions in the namespace
|
||||
// boost::math::cstdfloat::detail. Subsequently inject these into the
|
||||
@@ -536,7 +536,7 @@
|
||||
using boost::math::cstdfloat::detail::ldexp;
|
||||
using boost::math::cstdfloat::detail::frexp;
|
||||
using boost::math::cstdfloat::detail::fabs;
|
||||
using boost::math::cstdfloat::detail::abs;
|
||||
// using boost::math::cstdfloat::detail::abs;
|
||||
using boost::math::cstdfloat::detail::floor;
|
||||
using boost::math::cstdfloat::detail::ceil;
|
||||
using boost::math::cstdfloat::detail::sqrt;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user