1#ifndef STAN_MATH_REV_FUN_LOG_DIFF_EXP_HPP
2#define STAN_MATH_REV_FUN_LOG_DIFF_EXP_HPP
log_diff_exp_dv_vari(double a, vari *bvi)
log_diff_exp_vd_vari(vari *avi, double b)
log_diff_exp_vv_vari(vari *avi, vari *bvi)
fvar< T > expm1(const fvar< T > &x)
static constexpr double NEGATIVE_INFTY
Negative infinity.
fvar< T > log_diff_exp(const fvar< T > &x1, const fvar< T > &x2)
static constexpr double INFTY
Positive infinity.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...