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

Feature request: Output in engineering notation #446

Open
tdellspe opened this issue Jan 8, 2025 · 0 comments
Open

Feature request: Output in engineering notation #446

tdellspe opened this issue Jan 8, 2025 · 0 comments

Comments

@tdellspe
Copy link

tdellspe commented Jan 8, 2025

It would be great value to select the engineering notation for the output.

a = 2*10^5   >>> write as 200*10^3 in output window
a = 2*10^-5  >>> write as 20*10^-6 in output window

In MATLAB, the corresponding command would be format shortEng.

Such an option could either be implemented in the GUI of CalcPad (e.g. a tick box in the status bar) or in the code itself by an output control command (e.g. #engnotation or similar).

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

1 participant