See if value is between two other values, including almost equality @param x Value to check @param x1 Value at one end of interval. @param x2 Value at other end of interval. @return true if x is between x1 and x2.
(final double x, final double x1, final double x2)
source not stored for this graph (policy: none)