Skip to content

Releases: DANaini13/stanford-IOS-Assignments-Calculator-CS193P

Calculator3

20 Dec 10:06

Choose a tag to compare

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.

Calculator3

21 Oct 06:12

Choose a tag to compare

new features:

  1. 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

1. original ios calculator colors.
2. good screen fit.

calculator2

16 Oct 07:06

Choose a tag to compare

new features:
1. undo
2. variables

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.

appearance

1. original ios calculator colors.
2. good screen fit.

Calculator

08 Oct 23:03

Choose a tag to compare

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. a description screen that shows the calculating steps.

appearance

1. original ios calculator colors.
2. good screen fit.