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

◆ fdim() [9/10]

var stan::math::fdim ( double  a,
const var b 
)
inline

Return the positive difference between the first value and the value of the second variable (C99, C++11).

See fdim(var, var) for definitions of values and derivatives.

Parameters
aFirst value.
bSecond variable.
Returns
The positive difference between the first and second arguments.

Definition at line 110 of file fdim.hpp.