cosmopolitan/third_party/python/Modules/_decimal/tests
ahgamut 0c4c56ff39 python-3.6.zip added from Github
README.cosmo contains the necessary links.
2021-08-09 05:39:42 -07:00
..
bench.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bignum.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
deccheck.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
formathelper.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
randdec.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
randfloat.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
README.txt python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
runall-memorydebugger.sh python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
runall.bat python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00


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]