429
0.30000000000000004
(feddit.de)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
The expression
0.1 + (0.2 + 0.3)
and(0.1 + 0.2) + 0.3
evaluate to different results.