The following operators may be used:
Operator | Description |
---|---|
= |
equal to |
> |
greater than |
< |
less than |
>= |
greater than or equal to; also known as "optimistically greater than", or "optimistic" |
<= |
less than or equal to |
~> |
approximately greater than; also known as "pessimistically greater than", or "pessimistic" |