Description
I propose a new function for ArithmeticUtils that takes 3 numbers and it checks if the first argument is numerically between the other 2, but with the following case:
isBetweenExclusive(Number x, Number minimum, Number maximum)
checking if x>minimum AND x<maximum
Attachments
Issue Links
- is a clone of
-
NUMBERS-195 New function - is number between 2 others
- Closed
- is cloned by
-
NUMBERS-197 New function - get the integer closest to a given number
- Closed