You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stefan Krah 0774e9b9f5 Raise InvalidOperation if exponents of zeros are clamped during exact 14 years ago
..
README.txt Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
bench.py Fix Overflow exception in the bignum factorial benchmark that is due to 14 years ago
deccheck.py Raise InvalidOperation if exponents of zeros are clamped during exact 14 years ago
formathelper.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
randdec.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
randfloat.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
runall-memorydebugger.sh Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
runall.bat Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago

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]