Function to check that a value x is between strictly two values.
x
isInBoundsStrictly(x, lower, upper)
The value to check.
lower
The lower bound.
upper
The upper bound.