-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement remaining string format codes for floats #1656
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
Labels
Comments
doyshinda
added a commit
to doyshinda/RustPython
that referenced
this issue
Jan 3, 2020
Contributes to RustPython#1656
doyshinda
added a commit
to doyshinda/RustPython
that referenced
this issue
Jan 3, 2020
Contributes to RustPython#1656
doyshinda
added a commit
to doyshinda/RustPython
that referenced
this issue
Jan 3, 2020
Contributes to RustPython#1656
Please update the current status of this issue. |
This was referenced Jan 16, 2023
Im gonna go ahead and wrap up the 'n' case. |
Thanks all who contributed, closing issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature
Implement the
g
,G
,e
,E
,n
, and%
format codes for floats.A few examples from CPython:
RustPython
Python Documentation
See the section after
The available presentation types for floating point and decimal values are
in the docs found here.The text was updated successfully, but these errors were encountered: