In article <[email protected]>, Mark Dickinson <[email protected]> wrote: > > - If you *really* need a number that represents the *exact* value >34.52, then use the decimal module, or perhaps consider using a simple >home-brewed fixed-point representation.
Don't use a home-brew fixed-point, rely on Uncle Tim! http://pythoncraft.com/FixedPoint.py -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a Gameboy than a Windows box." --Cliff Wells -- http://mail.python.org/mailman/listinfo/python-list
