Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the natural logarithm of one plus the specified argument.
This version is required to disambiguate log1p(int)
.
[in] | x | Argument. |
std::domain_error | If argument is less than -1. |