How come math with decimals gives me results with too many digits?

Modified on Wed, 25 Jun at 12:41 PM

The problem you're seeing is an issue with the fundamental nature of how computers do math.  It is usually referred to as a floating point error.  Essentially, it comes down to the fact that it is very hard to represent .1 in binary (or .01, etc.) and you have to do some work to round the results a computer gives you to make it more accurate.


This recently came up on the team and we have been having discussions on how to handle it.  The Say bubbles do some rounding of numbers, but can lead to some inaccuracies.  The think bubble gives slightly different results, and right now the team isn't in total agreement about which is preferred.  You can try running your answers through the say bubble or the "round" blocks.  

Here is some more information on floating point math: https://0.30000000000000004.com/
and here's a video that gives a good explanation of the topic: https://www.youtube.com/watch?v=PZRI1IfStY0

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article