1#ifndef STAN_MATH_PRIM_FUN_INT_STEP_HPP
2#define STAN_MATH_PRIM_FUN_INT_STEP_HPP
int int_step(const T &y)
The integer step, or Heaviside, function.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...