1 #ifndef STAN_MATH_PRIM_SCAL_FUN_BOOST_POLICY_HPP 2 #define STAN_MATH_PRIM_SCAL_FUN_BOOST_POLICY_HPP 4 #include <boost/math/policies/policy.hpp> 5 #include <boost/math/policies/error_handling.hpp> 18 typedef boost::math::policies::policy<
19 boost::math::policies::overflow_error<
20 boost::math::policies::errno_on_error>,
21 boost::math::policies::pole_error<
22 boost::math::policies::errno_on_error> >
boost::math::policies::policy< boost::math::policies::overflow_error< boost::math::policies::errno_on_error >, boost::math::policies::pole_error< boost::math::policies::errno_on_error > > boost_policy_t
Boost policy that overrides the defaults to match the built-in C++ standard library functions...