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

Better handling of printing floats #42

Open
jakewilliami opened this issue Jan 27, 2021 · 3 comments
Open

Better handling of printing floats #42

jakewilliami opened this issue Jan 27, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jakewilliami
Copy link
Owner

Everything handling floats seems very slow and hacky, trying to bypass how floats are actually stored and putting them into strings, splitting those strings, etc. I think this might be refined, but I am not sure how.

@jakewilliami jakewilliami added the help wanted Extra attention is needed label Jan 27, 2021
@jakewilliami
Copy link
Owner Author

I believe we also have the restriction of printing to Dec64, but no more precision than that..

@jakewilliami
Copy link
Owner Author

Count consider using Base.hidigit? Maybe there are some other internal methods that could come in handy

@jakewilliami
Copy link
Owner Author

Could also consider using something from Ryu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant