On 2011-02-22, Roy Smith <r...@panix.com> wrote:
> In article <ik0rmr$ck4$1...@reader1.panix.com>,
>  Grant Edwards <invalid@invalid.invalid> wrote:
>
>> Python doesn't do equations.  Python does floating point operations.
>
> More generally, all general-purpose programming languages have the same 
> problem.  You'll see the same issues in Fortran, C, Java, Ruby, Pascal, 
> etc, etc.  You'll see the same problem if you punch the numbers into a 
> hand calculator.

Some hand calculators use base-10 (BCD) floating point, so the
problems aren't exactly the same, but they're very similar.

-- 
Grant Edwards               grant.b.edwards        Yow! YOU PICKED KARL
                                  at               MALDEN'S NOSE!!
                              gmail.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to