2
0
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:
Matt Borland
2021-03-26 20:15:13 +03:00
parent 1a3d06e490
commit ab2d391cfb
4 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>