1 #ifndef STAN__AGRAD__FWD__FUNCTIONS__RISING_FACTORIAL_HPP
2 #define STAN__AGRAD__FWD__FUNCTIONS__RISING_FACTORIAL_HPP
7 #include <boost/math/special_functions/digamma.hpp>
boost::math::tools::promote_args< T1, T2 >::type rising_factorial(const T1 x, const T2 n)
fvar< T > rising_factorial(const fvar< T > &x, const fvar< T > &n)
fvar< T > digamma(const fvar< T > &x)