GreaterEqual
GreaterEqual(x, y)
x >= yyields
Trueifxis known to be greater than or equal toy.
lhs >= rhsrepresents the inequality
lhs >= rhs.
Examples
>> x>=xTrue
>> {GreaterEqual(), GreaterEqual(x), GreaterEqual(1)}{True, True, True}Implementation status
- ✅ - full supported