double_test_instances_1.cpp 475 B

12345678910111213141516
  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/beta.hpp>
  9. #endif
  10. #define BOOST_MATH_TEST_TYPE double
  11. #define TEST_GROUP_1
  12. #include "test_instances.hpp"