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 6 #include "pch.hpp" 7 8 #ifndef BOOST_BUILD_PCH_ENABLED 9 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error 10 #include <boost/math/special_functions/legendre.hpp> 11 #include <boost/math/special_functions/laguerre.hpp> 12 #include <boost/math/special_functions/hermite.hpp> 13 #include <boost/math/special_functions/spherical_harmonic.hpp> 14 #endif 15 16 #define BOOST_MATH_TEST_TYPE float 17 #define TEST_GROUP_3 18 #include "test_instances.hpp" 19 20