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
When i use 11186.89, 6101.85 for values, the display of label is:
17,288.739,999,999,998
If i use
11186.83, 6101.85
i get 17,288.68
Once i do
11186.84, 6101.85
17,288.690,000,000,002
Any fix to this aside from using integer/rounding?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i use 11186.89, 6101.85 for values, the display of label is:
17,288.739,999,999,998
If i use
11186.83, 6101.85
i get 17,288.68
Once i do
11186.84, 6101.85
17,288.690,000,000,002
Any fix to this aside from using integer/rounding?
The text was updated successfully, but these errors were encountered: