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
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
All Hardware scientific calculators I know round decimals for the last digit in a decimal.
e.g. if you divide 2 by 3 you would get
0.6666666667
instead of
0.6666666666
(obviously depending on the number of total digits)
I wonder whether this can (or should!) be done in this implementation as well as it as what users are probably used to?
Guess this could solve problems like in issue #18 in many cases?