|
The median is the centre number in an array of numbers after it has been sorted ascending or decending. It is not affected by the extremes. For example the median number from the array below is 4.5. The php code I'm using isn't perfect either but this is the best I could do.
1
2
3
2
6
67
8
9
6554
0
|