• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.txtD25-Apr-2025389 168

bench.pyD25-Apr-20253.5 KiB13094

bignum.pyD25-Apr-20251 KiB4325

deccheck.pyD25-Apr-202546.1 KiB1,323980

formathelper.pyD25-Apr-202511.3 KiB343265

randdec.pyD25-Apr-202518 KiB576444

randfloat.pyD25-Apr-20259.4 KiB251190

runall-memorydebugger.shD25-Apr-20255.2 KiB177113

runall.batD25-Apr-20253.6 KiB130101

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