range with two numbers
Optional
epsilon: number = EPSILONa positive value makes the range endpoints exclusive, a negative value makes range endpoints inclusive.
a range is an array of two numbers [start, end] not necessarily in sorted order. Do the two spans overlap on the numberline?
range with two numbers