]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/hypergeometric_2F0.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / math / special_functions / hypergeometric_2F0.hpp
index d6ee71667f67ff361d98ef7a95f97884ea2607b2..2eff8e2d513de706d5036af68e485e7ec7d5683e 100644 (file)
@@ -94,7 +94,7 @@ namespace boost { namespace math { namespace detail {
          // http://functions.wolfram.com/07.31.03.0083.01
          int n = static_cast<int>(static_cast<boost::uintmax_t>(boost::math::lltrunc(-2 * a1)));
          T smz = sqrt(-z);
-         return pow(2 / smz, -n) * boost::math::hermite(n, 1 / smz);
+         return pow(2 / smz, -n) * boost::math::hermite(n, 1 / smz, pol);
       }
 
       if (is_a1_integer && is_a2_integer)