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
I can't find how to convert the output to scientific notation. Is there a way to do this?
I tried adding the -> 10^2 unit. However, this didn't work; here is an example of what I mean:
>>> Mass = 100 kg Mass = 100 kg >>> Mass -> 10^2 kg Mass ➞ 10^2 × kg = 100 kg
I was dealing with very small values, it would be helpful to be able to output them in scientific notation.
The text was updated successfully, but these errors were encountered:
Also wondering this.
Sorry, something went wrong.
Closing this in favor of sharkdp/numbat#219 on the follow-up project.
No branches or pull requests
I can't find how to convert the output to scientific notation. Is there a way to do this?
I tried adding the -> 10^2 unit. However, this didn't work; here is an example of what I mean:
I was dealing with very small values, it would be helpful to be able to output them in scientific notation.
The text was updated successfully, but these errors were encountered: