blob: 97b6ff68a56fb7abaf0cbf03250962431c055bcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This directory contains extended tests and a benchmark against decimal.py:
bench.py -> Benchmark for small and large precisions.
Usage: ../../../python bench.py
formathelper.py ->
randdec.py -> Generate test cases for deccheck.py.
randfloat.py ->
deccheck.py -> Run extended tests.
Usage: ../../../python deccheck.py [--short|--medium|--long|--all]
|