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

..--

README.txtD23-Nov-2023389 168

bench.pyD23-Nov-20233.6 KiB13397

bignum.pyD23-Nov-20231 KiB4325

deccheck.pyD23-Nov-202346.1 KiB1,323980

formathelper.pyD23-Nov-202311.3 KiB343265

randdec.pyD23-Nov-202318 KiB576444

randfloat.pyD23-Nov-20239.4 KiB251190

runall-memorydebugger.shD23-Nov-20235.2 KiB177113

runall.batD23-Nov-20233.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