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
1.23456 should round to 1.2345.
Rounding up to 1.2346 makes users think they have more than they really do
or forego rounding and just drop the trailing #s
The text was updated successfully, but these errors were encountered:
UW cannot show an unrealistic balance. Truncated and stop. Neither up nor down.
Sorry, something went wrong.
UW cannot show an unrealistic balance. Truncated and stop.
Agreed. currently it rounds UP though (bad)
No branches or pull requests
1.23456 should round to 1.2345.
Rounding up to 1.2346 makes users think they have more than they really do
or forego rounding and just drop the trailing #s
The text was updated successfully, but these errors were encountered: