cvs commit: src/tools/tools/ministat ministat.c
Wojciech A. Koszek
wkoszek at FreeBSD.org
Thu Feb 23 12:46:10 PST 2006
wkoszek 2006-02-23 20:46:10 UTC
FreeBSD src repository
Modified files:
tools/tools/ministat ministat.c
Log:
Fix the way in which median is calculated. If the data source has even
number of data points, value should be calculated by adding two middle
elements and dividing them by 2.
Approved by: cognet (mentor)
Revision Changes Path
1.8 +18 -7 src/tools/tools/ministat/ministat.c
More information about the cvs-src
mailing list