Hacker News new | ask | show | jobs
by juanmacuevas 2247 days ago
# on Python (3.7.4) 1 == 0.99999999999999994448884876874217297882 # but 1 != 0.99999999999999994448884876874217297881
1 comments

Or any other language using IEEE 754 64 bit floats
I see... Nice!