Stan Math Library
4.9.0
Automatic Differentiation
|
double stan::math::opencl_kernels::log1p_exp | ( | double | a | ) |
Calculates the log of 1 plus the exponential of the specified value without overflow.
log1p_exp(x) = log(1+exp(x))
[in] | a | Argument. |
Definition at line 28 of file log1p_exp.hpp.