View Single Post
Old 10-24-2006, 06:59 AM   #5 (permalink)
transfield
Code Monkey
 
Join Date: Mar 2006
Posts: 35
transfield is on a distinguished road
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
transfield is offline   Reply With Quote