![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Return the log of 1 minus the exponential of the specified variable.
The derivative of log(1 - exp(x)) with respect to x is -1 / expm1(-x).
| T | Arithmetic or a type inheriting from EigenBase. |
| [in] | x | Argument. |
Definition at line 26 of file log1m_exp.hpp.