Spyke

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.

3

You reached the end

0.1 + 0.2 | Spyke