• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //  Copyright John Maddock 2008.
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 #ifdef BOOST_BUILD_PCH_ENABLED
7 
8 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
9 #include <boost/math/special_functions.hpp>
10 #include <boost/math/distributions.hpp>
11 #include <boost/math/tools/test.hpp>
12 #include <boost/math/tools/stats.hpp>
13 #include <boost/type_traits.hpp>
14 #include <boost/array.hpp>
15 #include "functor.hpp"
16 
17 #include "handle_test_result.hpp"
18 
19 #include <iostream>
20 #include <iomanip>
21 
22 #endif
23