Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 22 of file log1m_exp.hpp.