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 print of extra 0 when floats have only zeroes as decimals #26

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

platisd
Copy link
Owner

@platisd platisd commented Nov 24, 2023

Fixes #25

@platisd platisd merged commit fa6af6e into master Nov 24, 2023
4 checks passed
@platisd platisd deleted the fix_printing_an_additional_0 branch November 24, 2023 13:59
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.

print(123.00) outputs "123.000" (extra 0 at the end)
1 participant