]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/tools/hyp_1f1_reg_big_data.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / tools / hyp_1f1_reg_big_data.cpp
index 6989547e7d585a5da5a9d5e751345f811ce93193..1a702b91203c0fc78669ca6763240540d1c3f34f 100644 (file)
@@ -4,7 +4,8 @@
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 #define BOOST_MATH_MAX_SERIES_ITERATION_POLICY 10000000
-
+#define BOOST_MATH_USE_MPFR
+#include "mp_t.hpp"
 #include <boost/math/special_functions/hypergeometric_1f1.hpp>
 #include <boost/math/special_functions/hypergeometric_pfq.hpp>
 #include <boost/math/constants/constants.hpp>
@@ -13,8 +14,6 @@
 #include <map>
 #include <boost/math/tools/test_data.hpp>
 #include <boost/random.hpp>
-#define BOOST_MATH_USE_MPFR
-#include "mp_t.hpp"
 
 #include <boost/multiprecision/mpfr.hpp>