real_concept_test_instances_7.cpp 708 B

1234567891011121314151617181920212223
  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/bessel.hpp>
  9. #include <boost/math/special_functions/bessel_prime.hpp>
  10. #endif
  11. #include <boost/math/tools/config.hpp>
  12. #include <boost/math/concepts/real_concept.hpp>
  13. #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
  14. #define BOOST_MATH_TEST_TYPE boost::math::concepts::real_concept
  15. #define TEST_GROUP_7
  16. #include "test_instances.hpp"
  17. #endif