We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I calculated 381161.34+8000+120000+98.55 and got 509259.9 instead of 509259.89. But 0.34+0.55 gives 0.89 without rounding.
381161.34+8000+120000+98.55
509259.9
509259.89
0.34+0.55
0.89
Screenshot:
Why is the result rounded?
The text was updated successfully, but these errors were encountered:
381161.34+8000+120000+98.55-73647.85 becomes 435612 instead of 435612.04
381161.34+8000+120000+98.55-73647.85
Sorry, something went wrong.
No branches or pull requests
Hello!
I calculated
381161.34+8000+120000+98.55
and got509259.9
instead of509259.89
. But0.34+0.55
gives0.89
without rounding.Screenshot:
Why is the result rounded?
The text was updated successfully, but these errors were encountered: