[Python-3000] Math in Python 3.0

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 12 02:10:55 CEST 2006


Fredrik Johansson wrote:

> Are people still positive regarding the idea of merging decimal and
> binary floats into the same type? (Or at least ensuring that they can
> be mixed seamlessly,

Er, I thought Decimals were explicitly designed *not*
to merge seamlessly with floats, so that one can't
accidentally lose the decimal exactness that one is
using Decimals for in the first place.

--
Greg


More information about the Python-3000 mailing list