python 3.44 float addition bug?

Chris Angelico rosuav at gmail.com
Mon Jun 23 23:26:26 EDT 2014


On Tue, Jun 24, 2014 at 10:55 AM, buck <workitharder at gmail.com> wrote:
> It used to be that the best way to compare floating point numbers while disregarding the inherent epsilon was to use `str(x) == str(y)`.

Who said that?

ChrisA



More information about the Python-list mailing list