mirror of
https://github.com/python/cpython.git
synced 2025-11-06 00:22:07 +00:00
16 lines
389 B
Text
16 lines
389 B
Text
|
|
|
||
|
|
|
||
|
|
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]
|
||
|
|
|
||
|
|
|