Stefan Krah
|
39e810eb6c
|
Make the benchmark more fair for _decimal/decimal.py by setting context.prec
only once (float obviously doesn't set any context at all).
|
2012-06-24 14:10:49 +02:00 |
Stefan Krah
|
0774e9b9f5
|
Raise InvalidOperation if exponents of zeros are clamped during exact
conversion in the Decimal constructor. Exact here refers to the
representation and not to the value (clamping does not change the value).
|
2012-04-05 15:21:58 +02:00 |
Stefan Krah
|
41e031004b
|
Fix Overflow exception in the bignum factorial benchmark that is due to
the recent change of the default value for context.Emax.
|
2012-04-01 23:25:34 +02:00 |
Stefan Krah
|
1919b7e72b
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
|
2012-03-21 18:25:23 +01:00 |