Benford is a simple command line tool to test number sets against Benford's Law.
- M4 57.4%
- C++ 41.8%
- Makefile 0.5%
- Shell 0.3%
|
|
||
|---|---|---|
| include | ||
| m4 | ||
| samples | ||
| src | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| LICENSE | ||
| Makefile.am | ||
| README.md | ||
Benford
Benford is a simple command line tool to test number sets against Benford's Law.
Requirements
C++ 11 Compiler GNU Automake
Debian
- pkgconf
- ncurses
FreeBSD
- pkgconf
- ncurses
Building and Installation
This software uses the standard GNU Automake tools to build and install the software. Use configure --help to see all the building and installing options available.
./configure make make install