Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
bench.py | 21-Aug-2018 | 3.6K | |
bignum.py | 21-Aug-2018 | 1K | |
deccheck.py | 21-Aug-2018 | 38.1K | |
formathelper.py | 21-Aug-2018 | 11.3K | |
randdec.py | 21-Aug-2018 | 18K | |
randfloat.py | 21-Aug-2018 | 9.4K | |
README.txt | 21-Aug-2018 | 389 | |
runall-memorydebugger.sh | 21-Aug-2018 | 5.2K | |
runall.bat | 21-Aug-2018 | 3K |
1 2 3 This directory contains extended tests and a benchmark against decimal.py: 4 5 bench.py -> Benchmark for small and large precisions. 6 Usage: ../../../python bench.py 7 8 formathelper.py -> 9 randdec.py -> Generate test cases for deccheck.py. 10 randfloat.py -> 11 12 deccheck.py -> Run extended tests. 13 Usage: ../../../python deccheck.py [--short|--medium|--long|--all] 14 15 16