comparison FloatHist.c @ 36:6bdcb337576b

adding netbeans project directories to repository
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:47:13 -0800
parents 8166ea441cb5
children
comparison
equal deleted inserted replaced
10:47835a0bf96f 11:473d088606df
4 * 4 *
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 #include <stdio.h> 8 #include <stdio.h>
9 #include "Histogram.h" 9 #include <PR__include/prhistogram.h>
10 10
11 /*This Histogram Abstract Data Type has a number of bins, the starting 11 /*This Histogram Abstract Data Type has a number of bins, the starting
12 * value, and the width of each bin, as a float, all chosen at creation. 12 * value, and the width of each bin, as a float, all chosen at creation.
13 * 13 *
14 *One creates a Histogram instance using the makeFloatHistogram function, then 14 *One creates a Histogram instance using the makeFloatHistogram function, then