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

◆ log1m()

double stan::math::opencl_kernels::log1m ( double  a)

Calculates the natural logarithm of one minus the specified value.

log1m(x) = log1p(-x)

Parameters
[in]aArgument.
Returns
natural logarithm of one minus the argument.

Definition at line 28 of file log1m.hpp.