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

Formatter for arbitrary-precision numbers #57

Open
ntwilson opened this issue Aug 22, 2020 · 0 comments
Open

Formatter for arbitrary-precision numbers #57

ntwilson opened this issue Aug 22, 2020 · 0 comments
Labels
good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation.

Comments

@ntwilson
Copy link
Contributor

Formatting numbers larger than +/- 1e20 (or smaller than +/- 1e-20) can give a wrong answer because of floating point precision problems.
I don't think there's any call to actually implement a formatter for arbitrary-precision numbers (like purescript-decimals in this library, but it might be nice to offer some guidance documentation on how to implement a formatter for something like that.

@thomashoneyman thomashoneyman added help wanted good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation. labels Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue First-time contributors who are looking to help should work on these issues. type: documentation Improvements or additions to documentation.
Development

No branches or pull requests

3 participants