fnoori / Vivyd-Calculator

0 stars 0 forks source link

When user has just calculated a number, if the user presses an operation next (including the drawer ones), that value should append to the ansView without erasing it #71

Closed amairJD closed 7 years ago

amairJD commented 7 years ago

Right now it will clear it, which is good for numbers but users usually like to do consecutive adding by pressing equal button.

check out google calc for reference

fnoori commented 7 years ago

Now if user presses any primitive operands then the answerView doesn't clear

But if the user presses specific advanced operands then it will clear; ie. if user presses "tan(" after an answer, it will clear but if user presses "^2" it won't clear

amairJD commented 7 years ago

beauty