Python 3.0 new integer division

Grzegorz Słodkowicz jergosh at wp.pl
Tue Apr 8 17:25:31 EDT 2008


> If you want precision with fractions, you should be using the Decimal
> type, which uses a rational. A rational, if you recall from your math
> classes, is one integer divided by another.
>   

Isn't Decimal a BCD implementation?



More information about the Python-list mailing list