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

◆ operator>=() [8/8]

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

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

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

Definition at line 58 of file operator_greater_than_or_equal.hpp.