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

◆ operator||() [7/7]

template<typename Arith , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator|| ( Arith  x,
const var y 
)
inline

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

Template Parameters
ArithAn arithmetic type
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
disjunction of first argument and the second argument's value

Definition at line 48 of file operator_logical_or.hpp.