1#ifndef STAN_MATH_PRIM_FUN_IS_INTEGER_HPP
2#define STAN_MATH_PRIM_FUN_IS_INTEGER_HPP
fvar< T > floor(const fvar< T > &x)
bool is_integer(T x)
Returns true if the input is an integer and false otherwise.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...