comparison DblHist.c @ 7:fa6a281bd854

Nov 14 vers -- add makeFixedBinHist & Ext version & expected value &fxd name bug
author Me
date Sun, 14 Nov 2010 11:11:44 -0800
parents 3d35477a5121
children 060d63cb5d34
comparison
equal deleted inserted replaced
1:5170eb3621b1 2:36e6ef754d12
4 * 4 *
5 * Author: seanhalle@yahoo.com 5 * Author: seanhalle@yahoo.com
6 * 6 *
7 */ 7 */
8 8
9 #include <stdio.h>
9 #include "Histogram.h" 10 #include "Histogram.h"
10 11
11 12
12 /*This Histogram Abstract Data Type has a number of bins, the starting 13 /*This Histogram Abstract Data Type has a number of bins, the starting
13 * value, and the width of each bin, as a float, all chosen at creation. 14 * value, and the width of each bin, as a float, all chosen at creation.