| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 25-Oct-2024 | 4 KiB | ||
| bench.py | H A D | 25-Oct-2024 | 3.5 KiB | |
| bignum.py | H A D | 25-Oct-2024 | 1 KiB | |
| deccheck.py | H A D | 25-Oct-2024 | 46.1 KiB | |
| formathelper.py | H A D | 25-Oct-2024 | 11.3 KiB | |
| randdec.py | H A D | 25-Oct-2024 | 18 KiB | |
| randfloat.py | H A D | 25-Oct-2024 | 9.4 KiB | |
| README.txt | H A D | 25-Oct-2024 | 389 | |
| runall-memorydebugger.sh | H A D | 25-Oct-2024 | 5.2 KiB | |
| runall.bat | H A D | 25-Oct-2024 | 3.6 KiB |
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