Skip Navigation
General Programming Discussion @lemmy.ml SourceCode @lemmy.ml

0.30000000000000004

Your language isn't broken, it's doing floating point math. Computers can only natively store integers, so they need some way of representing decimal numbers. This representation comes with some degree of inaccuracy. That's why, more often than not, .1 + .2 != .3.

1
1 comments