12
0.1 + 0.2
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Floating point arithmetic
Basically, every floating point number represents a range of numbers. Which can lead to small errors like this. It has also to do with trying to represent a decimal number in binary, which works fine for integers but not for rational numbers.