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
A standard function of all calculators is performing "incremental" operations simply by entering the value, followed by the operator and the result button, i.e.
entering [ 500 ], followed by [ + ], followed by [ = ] performs "500+500" and yields "1000".
Further keypresses on [ = ] increase the result in increments of 500.
Simple Calculator requires one to enter 500 + 500 to achieve the same result. Would it be possible to implement the 'standard' behaviour?
The text was updated successfully, but these errors were encountered:
A standard function of all calculators is performing "incremental" operations simply by entering the value, followed by the operator and the result button, i.e.
entering [ 500 ], followed by [ + ], followed by [ = ] performs "500+500" and yields "1000".
Further keypresses on [ = ] increase the result in increments of 500.
Simple Calculator requires one to enter 500 + 500 to achieve the same result. Would it be possible to implement the 'standard' behaviour?
The text was updated successfully, but these errors were encountered: