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 59a4a93f43 Issue #16422: Use strings for rounding mode constants for better readability 13 years ago
..
README.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bench.py Make it clear that the pi function is modified for benchmarking purposes. 14 years ago
bignum.py Use zero bottom margin. 14 years ago
deccheck.py Issue #16422: Use strings for rounding mode constants for better readability 13 years ago
formathelper.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
randdec.py Issue #15783: Except for the number methods, the C version of decimal now 13 years ago
randfloat.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
runall-memorydebugger.sh Issue #13590: Improve support for OS X Xcode 4: 14 years ago
runall.bat Update test script to Visual Studio 2010. 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]