Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 128 of file fdim.hpp.