Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 03-May-2024 | 389 | 16 | 8 | |
bench.py | D | 03-May-2024 | 3.6 KiB | 133 | 97 | |
bignum.py | D | 03-May-2024 | 1 KiB | 43 | 25 | |
deccheck.py | D | 03-May-2024 | 38.1 KiB | 1,101 | 807 | |
formathelper.py | D | 03-May-2024 | 11.3 KiB | 343 | 265 | |
randdec.py | D | 03-May-2024 | 18 KiB | 576 | 444 | |
randfloat.py | D | 03-May-2024 | 9.4 KiB | 251 | 190 | |
runall-memorydebugger.sh | D | 03-May-2024 | 5 KiB | 173 | 109 | |
runall.bat | D | 03-May-2024 | 3 KiB | 112 | 84 |
README.txt
1 2 3This 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