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

◆ operator<=() [7/8]

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

Less than or equal operator comparing a variable's value and a scalar (C++).

Template Parameters
ArithAn arithmetic type
Parameters
aFirst variable.
bSecond value.
Returns
True if first variable's value is less than or equal to the second value.

Definition at line 42 of file operator_less_than_or_equal.hpp.