Optional epsilon: number = EPSILONan optional epsilon.
a sorted and filtered array of the input array.
Given an array of numbers, sort the list and filter out any two numbers which are close to each other within an epsilon. The result list may be smaller than the input list.
an array of numbers.