[ANN] FixedPoint with selectable rounding

Piet van Oostrum piet at cs.uu.nl
Wed Oct 9 17:55:53 EDT 2002


>>>>> "dougfort" <dougfort at dougfort.net> (D) writes:

D> FixedPoint release 0.1.0
D> http://fixedpoint.sourceforge.net

D> This is the second SourceForge release for Tim Peters' FixedPoint math object.

D> What's New
D> ==========

D> The main new feature is settable rounding. 

D> You can select which rounding algorithm FixedPoint uses by assigning 
D> a bound function to FixedPoint.RoundingAlgorithm. 

The problem with such a more or less global assignment is that you can't
use it in a thread-safe way.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list