Python:
0.1 + 0.2 == 0.3
WTF?
@nergal start python.
Type that in, it returns False.
@malin 0.1 + 0.2 == 0.30000000000000004 ...
this is so old school!
try 2.11 - 2.1
https://www.computerworld.com/article/2515483/epic-failures-11-infamous-software-bugs.html?page=3
could it be an intel cpu bug?
@malin so?
@hil no '=', but '==='.
@malin aren't you just complaining about operator syntax here? you're comparing values here, not object ident. isn't the python equivalent to '===' the 'is' ?
@malin
wtfwtf? it looks correct