1#ifndef STAN_MATH_PRIM_FUN_BOOST_POLICY_HPP
2#define STAN_MATH_PRIM_FUN_BOOST_POLICY_HPP
5#include <boost/math/policies/policy.hpp>
26 boost::math::policies::overflow_error<
27 boost::math::policies::errno_on_error>,
28 boost::math::policies::pole_error<boost::math::policies::errno_on_error>,
29 boost::math::policies::promote_double<false>,
30 boost::math::policies::digits2<B>>;
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::math::policies::promote_double< false >, boost::math::policies::digits2< B > > boost_policy_t
Boost policy that overrides the defaults to match the built-in C++ standard library functions.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...