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

Loss of precision when representing reals #249

Open
marcioapm opened this issue Feb 22, 2020 · 1 comment
Open

Loss of precision when representing reals #249

marcioapm opened this issue Feb 22, 2020 · 1 comment

Comments

@marcioapm
Copy link

Real values are represented with the %12f format specifier, which in many cases is insufficient, because it has only 6 decimal places.

@9il
Copy link
Member

9il commented Jul 4, 2021

Mir Algorithm has Rhy (smallest precise decimal representation). Also, it has precise number parsing. mir.conv : to and mir.format : text, print can be used to/from string precise conversion.

@9il 9il mentioned this issue Jul 6, 2021
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 a pull request may close this issue.

2 participants