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

mantissa does not work with decimal numbers where whole part is over 16 characters long #763

Open
amir-talic opened this issue Dec 9, 2024 · 0 comments

Comments

@amir-talic
Copy link

Take for example a number like:

1234567890123456.1234567890123456 formatting it with mantissa of 16 should give me exactly the same number, but it actually gives me: 1234567890123456.200000.

If no mantissa is present, I get the correct result.

I'm guessing any combination of long numbers and mantissa can be broken, as long as the combined length is over 32.
This I have not tested.

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

No branches or pull requests

1 participant