1#ifndef STAN_MATH_PRIM_FUN_LOGICAL_LT_HPP
2#define STAN_MATH_PRIM_FUN_LOGICAL_LT_HPP
17template <
typename T1,
typename T2>
bool logical_lt(T1 x1, T2 x2)
Return 1 if the first argument is strictly less than the second.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...