Skip to content
New issue

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

Table values should be buffered to n decimal places. #37

Open
ConradSelig opened this issue Mar 18, 2021 · 0 comments
Open

Table values should be buffered to n decimal places. #37

ConradSelig opened this issue Mar 18, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ConradSelig
Copy link
Owner

This is a string formatting problem more than a techincal one. All values in the table should be buffered out to include n decimal places.

If n=2
"14.0" -> "14.00"
"235.6" -> "235.60"
"5" -> "5.00"

There are some places in the table that use more than two decimal places, so decimals should be buffered out to match the rounding wherever needed.

@ConradSelig ConradSelig added the good first issue Good for newcomers label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant