1#ifndef STAN_MATH_PRIM_ERR_CONSTRAINT_TOLERANCE_HPP
2#define STAN_MATH_PRIM_ERR_CONSTRAINT_TOLERANCE_HPP
4#ifndef STAN_MATH_CONSTRAINT_TOLERANCE
5#define STAN_MATH_CONSTRAINT_TOLERANCE 1E-8
#define STAN_MATH_CONSTRAINT_TOLERANCE
const double CONSTRAINT_TOLERANCE
The tolerance for checking arithmetic bounds in rank and in simplexes.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...