1 #ifndef STAN__MATH__FUNCTIONS__LOG1M_HPP
2 #define STAN__MATH__FUNCTIONS__LOG1M_HPP
4 #include <boost/math/tools/promotion.hpp>
39 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.
boost::math::tools::promote_args< T >::type log1m(T x)
Return the natural logarithm of one minus the specified value.