Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ log1m_exp() [1/6]

template<typename T >
fvar< T > stan::math::log1m_exp ( const fvar< T > &  x)
inline

Return the natural logarithm of one minus the exponentiation of the specified argument.

Template Parameters
Tinner type of the fvar
Parameters
xArgument.
Returns
log of one minus the exponentiation of the argument.

Definition at line 23 of file log1m_exp.hpp.