]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/test/test_instances/ldouble_test_instances_5.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / math / test / test_instances / ldouble_test_instances_5.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/gamma.hpp>
11 #include <boost/math/special_functions/digamma.hpp>
12 #include <boost/math/special_functions/polygamma.hpp>
13 #endif
14
15 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
16
17 #define BOOST_MATH_TEST_TYPE long double
18 #define TEST_GROUP_5
19 #include "test_instances.hpp"
20
21 #endif