android13/external/python/cpython3/Modules/_decimal/tests
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README.txt initial 2024-06-22 20:45:49 +08:00
bench.py initial 2024-06-22 20:45:49 +08:00
bignum.py initial 2024-06-22 20:45:49 +08:00
deccheck.py initial 2024-06-22 20:45:49 +08:00
formathelper.py initial 2024-06-22 20:45:49 +08:00
randdec.py initial 2024-06-22 20:45:49 +08:00
randfloat.py initial 2024-06-22 20:45:49 +08:00
runall-memorydebugger.sh initial 2024-06-22 20:45:49 +08:00
runall.bat initial 2024-06-22 20:45:49 +08:00

README.txt


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]