real_concept_test_instances_4.cpp 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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/ellint_rf.hpp>
  9. #include <boost/math/special_functions/ellint_1.hpp>
  10. #include <boost/math/special_functions/ellint_2.hpp>
  11. #include <boost/math/special_functions/ellint_3.hpp>
  12. #include <boost/math/special_functions/ellint_d.hpp>
  13. #include <boost/math/special_functions/jacobi_zeta.hpp>
  14. #include <boost/math/special_functions/heuman_lambda.hpp>
  15. #include <boost/math/special_functions/ellint_rc.hpp>
  16. #include <boost/math/special_functions/ellint_rf.hpp>
  17. #include <boost/math/special_functions/ellint_rj.hpp>
  18. #include <boost/math/special_functions/ellint_rd.hpp>
  19. #include <boost/math/special_functions/ellint_rg.hpp>
  20. #endif
  21. #include <boost/math/tools/config.hpp>
  22. #include <boost/math/concepts/real_concept.hpp>
  23. #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
  24. #define BOOST_MATH_TEST_TYPE boost::math::concepts::real_concept
  25. #define TEST_GROUP_4
  26. #include "test_instances.hpp"
  27. #endif