]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/detail/bessel_yn.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / special_functions / detail / bessel_yn.hpp
index 62d7377e4ff77fb66a81e0f922c2ef0e98b5eb92..4cbdadd6fce59dd14bc9c8632982b6596b2d9872 100644 (file)
@@ -62,7 +62,7 @@ T bessel_yn(int n, T x, const Policy& pol)
     }
     else if(asymptotic_bessel_large_x_limit(n, x))
     {
-       value = factor * asymptotic_bessel_y_large_x_2(static_cast<T>(abs(n)), x);
+       value = factor * asymptotic_bessel_y_large_x_2(static_cast<T>(abs(n)), x, pol);
     }
     else if (n == 0)
     {