1#ifndef STAN_MATH_PRIM_CONSTRAINT_POSITIVE_FREE_HPP
2#define STAN_MATH_PRIM_CONSTRAINT_POSITIVE_FREE_HPP
fvar< T > log(const fvar< T > &x)
void check_positive(const char *function, const char *name, const T_y &y)
Check if y is positive.
T positive_free(const T &y)
Return the unconstrained value corresponding to the specified positive-constrained value.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...