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

◆ operator||() [3/7]

template<typename T >
bool stan::math::operator|| ( double  x,
const fvar< T > &  y 
)
inline

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

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
disjunction of first argument and the second argument's value

Definition at line 49 of file operator_logical_or.hpp.