]> git.ozlabs.org Git - ccan/commit - ccan/tally/test/run-mean.c
tally: new module for tallying numbers.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 23 Sep 2010 05:43:03 +0000 (15:13 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 23 Sep 2010 05:43:03 +0000 (15:13 +0930)
commit7a36f69eea4ee572bdf191d6048350751cd2ab5b
tree8e2c7770d25aa9eac87a1579d606a1c420fb2b3c
parent4d98de9875710da8b1951cc0b22bcd7f87a9ee45
tally: new module for tallying numbers.
ccan/tally/_info [new file with mode: 0644]
ccan/tally/tally.c [new file with mode: 0644]
ccan/tally/tally.h [new file with mode: 0644]
ccan/tally/test/run-bucket_of.c [new file with mode: 0644]
ccan/tally/test/run-divlu64.c [new file with mode: 0644]
ccan/tally/test/run-histogram.c [new file with mode: 0644]
ccan/tally/test/run-mean.c [new file with mode: 0644]
ccan/tally/test/run-median.c [new file with mode: 0644]
ccan/tally/test/run-min-max.c [new file with mode: 0644]
ccan/tally/test/run-mode.c [new file with mode: 0644]
ccan/tally/test/run-renormalize.c [new file with mode: 0644]