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

◆ operator||() [5/7]

bool stan::math::operator|| ( const var x,
const var y 
)
inline

Return the logical disjunction of the values of the two arguments as defined by ||.

Parameters
[in]xfirst argument
[in]ysecond argument
Returns
disjunction of the arguments' values

Definition at line 18 of file operator_logical_or.hpp.