Name Date Size

..25-Oct-20244 KiB

bench.pyH A D25-Oct-20243.5 KiB

bignum.pyH A D25-Oct-20241 KiB

deccheck.pyH A D25-Oct-202446.1 KiB

formathelper.pyH A D25-Oct-202411.3 KiB

randdec.pyH A D25-Oct-202418 KiB

randfloat.pyH A D25-Oct-20249.4 KiB

README.txtH A D25-Oct-2024389

runall-memorydebugger.shH A D25-Oct-20245.2 KiB

runall.batH A D25-Oct-20243.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