mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fixes for tools tests
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#define BOOST_MATH_USE_MPFR
|
||||
#include "mp_t.hpp"
|
||||
#include <boost/math/special_functions/hypergeometric_1f1.hpp>
|
||||
#include <boost/math/special_functions/hypergeometric_1F1.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <fstream>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#define BOOST_MATH_MAX_SERIES_ITERATION_POLICY 10000000
|
||||
|
||||
#include "mp_t.hpp"
|
||||
#include <boost/math/special_functions/hypergeometric_1f1.hpp>
|
||||
#include <boost/math/special_functions/hypergeometric_1F1.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <fstream>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#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/special_functions/hypergeometric_1F1.hpp>
|
||||
#include <boost/math/special_functions/hypergeometric_pFq.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <fstream>
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
#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/special_functions/hypergeometric_1F1.hpp>
|
||||
#include <boost/math/special_functions/hypergeometric_pFq.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <fstream>
|
||||
|
||||
Reference in New Issue
Block a user