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

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

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

Definition at line 43 of file operator_greater_than_or_equal.hpp.