real_concept_test_instances_5.cpp 756 B

123456789101112131415161718192021222324
  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. #include "pch.hpp"
  6. #ifndef BOOST_BUILD_PCH_ENABLED
  7. #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
  8. #include <boost/math/special_functions/gamma.hpp>
  9. #include <boost/math/special_functions/digamma.hpp>
  10. #include <boost/math/special_functions/polygamma.hpp>
  11. #endif
  12. #include <boost/math/tools/config.hpp>
  13. #include <boost/math/concepts/real_concept.hpp>
  14. #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
  15. #define BOOST_MATH_TEST_TYPE boost::math::concepts::real_concept
  16. #define TEST_GROUP_5
  17. #include "test_instances.hpp"
  18. #endif