1#ifndef STAN_MATH_VERSION_HPP
2#define STAN_MATH_VERSION_HPP
6#ifndef STAN_STRING_EXPAND
7#define STAN_STRING_EXPAND(s) #s
11#define STAN_STRING(s) STAN_STRING_EXPAND(s)
14#define STAN_MATH_MAJOR 4
15#define STAN_MATH_MINOR 9
16#define STAN_MATH_PATCH 0
const std::string MINOR_VERSION
Minor version number for Stan math library.
const std::string MAJOR_VERSION
Major version number for Stan math library.
const std::string PATCH_VERSION
Patch version for Stan math library.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...