Returns the median value of a numeric array. Copies the array before sorting so the original is not mutated.
array of numbers
the median value
Returns the median value of a numeric array. Copies the array before sorting so the original is not mutated.