We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you input very big numbers with the mask it change to to the scientific format with exponent like: 1.2454564645556566e+21
1.2454564645556566e+21
This is then stripped into for example 124545646455,565.66 which is wrong.
It is unlikely that you need numbers this big for storing money. But big congratulations if you do! 😁
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you input very big numbers with the mask it change to to the scientific format with exponent like:
1.2454564645556566e+21
This is then stripped into for example 124545646455,565.66 which is wrong.
It is unlikely that you need numbers this big for storing money. But big congratulations if you do! 😁
The text was updated successfully, but these errors were encountered: