Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Modules/_decimal/tests/README.txt
12 views
1
2
3
This 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
17