You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
It would be great value to select the engineering notation for the output.
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).The text was updated successfully, but these errors were encountered: