X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fmath%2Fspecial_functions%2Fbessel_prime.hpp;h=28c6cb963a6c4f730413bc5e25fd9a52695bdc71;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=2a09b2046b8dde343c32dbcc3a48441433b2c082;hpb=b32b81446b3b05102be0267e79203f59329c1d97;p=ceph.git diff --git a/ceph/src/boost/boost/math/special_functions/bessel_prime.hpp b/ceph/src/boost/boost/math/special_functions/bessel_prime.hpp index 2a09b2046..28c6cb963 100644 --- a/ceph/src/boost/boost/math/special_functions/bessel_prime.hpp +++ b/ceph/src/boost/boost/math/special_functions/bessel_prime.hpp @@ -51,7 +51,7 @@ inline T cyl_bessel_j_prime_imp(T v, T x, const Policy& pol) // Special case for large x: use asymptotic expansion: // if (boost::math::detail::asymptotic_bessel_derivative_large_x_limit(v, x)) - return boost::math::detail::asymptotic_bessel_j_derivative_large_x_2(v, x); + return boost::math::detail::asymptotic_bessel_j_derivative_large_x_2(v, x, pol); // // Special case for small x: use Taylor series: // @@ -180,7 +180,7 @@ inline T cyl_neumann_prime_imp(T v, T x, const Policy& pol) // Special case for large x: use asymptotic expansion: // if (boost::math::detail::asymptotic_bessel_derivative_large_x_limit(v, x)) - return boost::math::detail::asymptotic_bessel_y_derivative_large_x_2(v, x); + return boost::math::detail::asymptotic_bessel_y_derivative_large_x_2(v, x, pol); // // Special case for small x: use Taylor series: //