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
I wonder if you can make it understand the numbers in scientific notation.
For the 1e-5m to cm command, it returns 1e-3 cm.
I think the scientific notation can help simplify the input and output.
Of course, it looks strange for numbers with less significant digits; thus, it would be even better if the output automaticallytransform to general digits when the significant digit is less than two or three.
The text was updated successfully, but these errors were encountered:
I wonder if you can make it understand the numbers in scientific notation.
For the
1e-5m to cm
command, it returns1e-3 cm
.I think the scientific notation can help simplify the input and output.
Of course, it looks strange for numbers with less significant digits; thus, it would be even better if the output automatically transform to general digits when the significant digit is less than two or three.
The text was updated successfully, but these errors were encountered: