Skip to content

Calculator3

Latest
Compare
Choose a tag to compare
@DANaini13 DANaini13 released this 20 Dec 10:06

Fix the bug that draw wrong graph after hit twice equal button.

Features:

graph
functionality

  1. work with floating point numbers

  2. offer the +, -, ×, ÷ basic binary operators.

  3. offer the cos(), sin(), tan(), abs(), x^2, x^3, lg(), rand() bacic unary operators.

  4. backspace(right side of the display screen) and all clear button

  5. click the backspace button "<-" until the last digit left will cause undo.

  6. a description screen that shows the calculating steps.

  7. add variable using "M" button.

  8. using "➝ M" button to set or reset the value of the "M" variable, then recalculate the expressions.

  9. using "~" button to generate graph.
    appearance

  10. original ios calculator colors.

  11. good screen fit.