• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024389 168

bench.pyD03-May-20243.6 KiB13397

bignum.pyD03-May-20241 KiB4325

deccheck.pyD03-May-202446.1 KiB1,323980

formathelper.pyD03-May-202411.3 KiB343265

randdec.pyD03-May-202418 KiB576444

randfloat.pyD03-May-20249.4 KiB251190

runall-memorydebugger.shD03-May-20245.2 KiB177113

runall.batD03-May-20243.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