From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: libgpp histograms Date: Thu, 09 Mar 2000 10:34:03 -0500 Organization: Nortel Lines: 15 Message-ID: <38C7C46B.9139D10D@nortelnetworks.com> NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I've noted a minor something with the libgpp in:- sampleHistogram h(double lo, double hi , double width) If I leave width undefined I should have 10 buckets. What I get are 11 or 12 buckets depending on hi and lo. Essentially if (hi - lo) < 10 I get 11 buckets if > 10 I get 12 buckets. I can live with this but I'd like whoever looks after libgpp to help me as I suspect that I'm not using the class the way I should. Any help would be appreciated. Who is the maintainer of libgpp? Is that what I should be using as the read me says not for new designs? Regards Ian.