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

◆ operator<=() [8/8]

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

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

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

Definition at line 57 of file operator_less_than_or_equal.hpp.