eq |
Return an object for testing whether a variable is equal to the given value. |
equals |
Ascertain if two objects are equal using numerically tolerant equality where appropiate. |
ge |
Return an object for testing whether a variable is greater than or equal to the given value. |
gt |
Return an object for testing whether a variable is greater than the given value. |
inside |
Return an object for testing whether a variable is is inside the given range. |
le |
Return an object for testing whether a variable is less than or equal to the given value. |
lt |
Return an object for testing whether a variable is strictly less than a given value. |
ne |
Return an object for testing whether a variable is not equal to the given value. |
outside |
Return an object for testing whether a variable is is outside the given range. |