float_test_instances_4.cpp 1.0 KB

123456789101112131415161718192021222324252627
  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. #define BOOST_MATH_TEST_TYPE float
  22. #define TEST_GROUP_4
  23. #include "test_instances.hpp"