]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/legendre_stieltjes.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / special_functions / legendre_stieltjes.hpp
index 1f30ddc3b739aedef7f51ccdb0b54ad5cea43b63..21927fd4f812c1204265922e62467171ff87ce03 100644 (file)
@@ -214,7 +214,7 @@ public:
 
             const Real x_nk = boost::math::tools::newton_raphson_iterate(f, x_nk_guess,
                                                   p.first, p.second,
-                                                  2*std::numeric_limits<Real>::digits10,
+                                                  tools::digits<Real>(),
                                                   number_of_iterations);
 
             BOOST_ASSERT(p.first < x_nk);