Using fractions instead of floats

Paul Rubin http
Thu Oct 4 05:47:27 EDT 2007


Steven D'Aprano <steve at REMOVE-THIS-cybersource.com.au> writes:
> > implementation in pure Python).  Finally, arithmetic would become very
> > confusing if there were three distinct numeric types; it already causes
> > enough confusion with two!

There's already ints, longs, floats, complexes, and decimals.  What's
the problem with one more?



More information about the Python-list mailing list