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

◆ fdim() [10/10]

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

Return the positive difference between the first variable's value and the second value (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 127 of file fdim.hpp.