mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 1919b7e72b
			
		
	
	
		1919b7e72b
		
	
	
	
	
		
			
			up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 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]
 | |
| 
 | |
| 
 |