-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
More control over display mode / number format #219
Comments
That would make sense. I was envisioning an interactive-mode command that can switch from the current default, always using scientific notation (optionally with a certain fixed exponent), or never using scientific notation. |
Another display mode that was suggested here (#346) would be engineering notation |
qalculate does something similar to engineering notation, but it uses the SI prefix for the unit instead of writing out the scientific notation which I find generally more useful, for example:
I'd love it if I could set a config option to always "normalize" output like that in numbat, maybe falling back to engineering notation for unit-less calculations. This might be a stretch but doing the same thing for often-mixed units would also be really helpful:
It's possible what I'm looking for is a |
|
Hi! I was a huge fan of insect and glad that it's getting even more features, but one thing that I always found missing was a good way to control more specifically how numbers are printed. It's possible I'm missing a builtin function or operator for this in numbat, but both of these feel unhelpful:
It would be nice to be able to specify that I want to see
1e14 m
or1e-6 m
in this case, or maybe even specify a precision level or a fixed exponent. If you have many quantities in the range1e-8 m
, for instance, you might want to print1e-9 m
as0.1e-8 m
, so it's visually easier to compare. I think the default behavior would stay the same.The text was updated successfully, but these errors were encountered: