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

Convert output to Standard Scientific Notation #402

Closed
MrMineev opened this issue Dec 24, 2023 · 2 comments
Closed

Convert output to Standard Scientific Notation #402

MrMineev opened this issue Dec 24, 2023 · 2 comments

Comments

@MrMineev
Copy link

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.

@charlescochran
Copy link

Also wondering this.

@sharkdp
Copy link
Owner

sharkdp commented Feb 18, 2024

Closing this in favor of sharkdp/numbat#219 on the follow-up project.

@sharkdp sharkdp closed this as completed Feb 18, 2024
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

3 participants