1 #ifndef STAN__MATH__FUNCTIONS__LOG1M_INV_LOGIT_HPP
2 #define STAN__MATH__FUNCTIONS__LOG1M_INV_LOGIT_HPP
4 #include <boost/math/tools/promotion.hpp>
35 inline typename boost::math::tools::promote_args<T>::type
boost::math::tools::promote_args< T >::type log1p(const T x)
Return the natural logarithm of one plus the specified value.
Eigen::Matrix< T, Rows, Cols > exp(const Eigen::Matrix< T, Rows, Cols > &m)
Return the element-wise exponentiation of the matrix or vector.
fvar< T > exp(const fvar< T > &x)
boost::math::tools::promote_args< T >::type log1m_inv_logit(const T u)
Returns the natural logarithm of 1 minus the inverse logit of the specified argument.