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

◆ operator&&() [5/7]

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

Return the logical conjunction of the values of the two arguments as defined by &&.

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

Definition at line 18 of file operator_logical_and.hpp.