Histogram calculations: Use integer arithmetic
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 26 Mar 2012 00:52:18 +0000 (01:52 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 26 Mar 2012 07:53:44 +0000 (08:53 +0100)
commit478954c1ed028744ab870f0e6a5befcc8f643758
treebe252caae7fe7990198417846a6f74223c7a00ff
parentd7b6e916f6156745b042b59a6b64402c5d63531a
Histogram calculations: Use integer arithmetic

There is no advantage in using floating point numbers in this code.
src/math/histogram.c