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
Is there an option that controls the significant number of the raw input? This is quite useful when dealing with small numbers. For example:
I always want 2 significant numbers as decimal places cease to make sense when numbers are small.
0.000000012354 => 0.000000012 0.0012354000 => 0.0012 123543654 => 12e7
The text was updated successfully, but these errors were encountered:
Hello :)
There is no such option yet 😄
Sorry, something went wrong.
fix issue BenjaminVanRyseghem#407
7363247
Successfully merging a pull request may close this issue.
Is there an option that controls the significant number of the raw input? This is quite useful when dealing with small numbers. For example:
I always want 2 significant numbers as decimal places cease to make sense when numbers are small.
0.000000012354 => 0.000000012
0.0012354000 => 0.0012
123543654 => 12e7
The text was updated successfully, but these errors were encountered: