Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 20:46:10 +0000 (UTC)
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/ministat ministat.c
Message-ID:  <200602232046.k1NKkAcT018993@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602232046.k1NKkAcT018993>