On Sun, Jul 13, 2014 at 4:14 AM, Johannes Bauer <dfnsonfsdu...@gmx.de> wrote:
> Bullshit. Comparing floats by their representation is *generally* a bad
> idea because of portability issues. You don't know if IEEE754 is used to
> represent floats on the systems that your code is used on.

No, you don't, but I think you can safely assume that 1.0 == 1.0 on
any system that Python runs on.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to