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

[Fix] round the float number to up to 4 decimal places in table #2163

Merged
merged 2 commits into from Mar 25, 2023

Conversation

igorDykhta
Copy link
Collaborator

round a giving number at most 4 decimal places, e.g.

10 -> 10
1.12345 -> 1.2345
1.123455 -> 1.2346
2.0 -> 2
1.00005 -> 1.0001

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
@igorDykhta igorDykhta merged commit f640822 into master Mar 25, 2023
7 checks passed
@delete-merged-branch delete-merged-branch bot deleted the igr/round-float-to-4-places branch March 25, 2023 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants