]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/test/test_instances/double_test_instances_4.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / math / test / test_instances / double_test_instances_4.cpp
1 // Copyright John Maddock 2011.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #include "pch.hpp"
7
8 #ifndef BOOST_BUILD_PCH_ENABLED
9 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
10 #include <boost/math/special_functions/ellint_rf.hpp>
11 #include <boost/math/special_functions/ellint_1.hpp>
12 #include <boost/math/special_functions/ellint_2.hpp>
13 #include <boost/math/special_functions/ellint_3.hpp>
14 #include <boost/math/special_functions/ellint_d.hpp>
15 #include <boost/math/special_functions/jacobi_zeta.hpp>
16 #include <boost/math/special_functions/heuman_lambda.hpp>
17 #include <boost/math/special_functions/ellint_rc.hpp>
18 #include <boost/math/special_functions/ellint_rf.hpp>
19 #include <boost/math/special_functions/ellint_rj.hpp>
20 #include <boost/math/special_functions/ellint_rd.hpp>
21 #include <boost/math/special_functions/ellint_rg.hpp>
22 #endif
23
24 #define BOOST_MATH_TEST_TYPE double
25 #define TEST_GROUP_4
26 #include "test_instances.hpp"
27