comparison DblHist.c @ 8:c83c27796fad

Added sub from hist, added "total" to print and return when bar is zero
author Me
date Sat, 20 Nov 2010 08:41:39 +0100
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.