// Median gets the median number in a slice of uint64 numbers // this function is used in so many checks that it should have unit tests for sure // NOTE: it will the input array
数学概念上的“中位数”。根据一堆数字,计算出来,和“平均数”概念差不多。