]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/bessel_prime.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / special_functions / bessel_prime.hpp
index 2a09b2046b8dde343c32dbcc3a48441433b2c082..28c6cb963a6c4f730413bc5e25fd9a52695bdc71 100644 (file)
@@ -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:
    //