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

◆ operator&&() [6/7]

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

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

Template Parameters
Varvalue type of a var
ArithAn arithmetic type
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
conjunction of first argument's value and second argument

Definition at line 34 of file operator_logical_and.hpp.