> > So it's 0.0 < 0.001 that fails. > And specifically because "0.001" is being treated as exactly > 0. Yes. Changing the print to: print 0.0, 0.001, 0.0 < 0.001, 0.0 =3D=3D 0.001, 0.0 > 0.001 gives: 0.0 0.0 False True False In addition, a print of: print 0.0, 0.001, 0.0 < 0.001, 0.0 =3D=3D 0.001, 0.1, 0.01, = 0.0001 gives: 0.0 0.0 False True 0.0 0.0 0.0 > Which locale was in effect? This is starting to get odd <wink>. German_Germany.1252 =3DTony Meyer
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4