any number
Optional
epsilon: number = EPSILONan optional epsilon
-1, 0, +1
Compare two numbers within an epsilon of each other, so that "-1": a < b, "+1": a > b, and "0": a ~= b (epsilon equal). This can be used inside Javascript's Array.sort() to sort increasing.
any number