This section provides predicates for arithmetic comparison.
Arithmetic less than.
True if the first number is less than the second one.
Arithmetic greater than.
True if the first number is greater than the second one.
Arithmetic not equal.
True if the compared numbers are not equal.
Arithmetic less than or equal to.
True if the first number is less than or equal to the second one.
Arithmetic greater than or equal to.
True if the first number is greater than or equal to the second one.