Explanation of all features:
|
| + | Performs the addition operation when the equals button is pressed. |
| - | Performs the subtraction operation when the equals button is pressed. |
| * | Performs the multiplication operation when the equals button is pressed. |
| / | Performs the division operation when the equals button is pressed. |
| = | Performs the requested operation. |
| +/- | Changes the sign of the value on the screen. |
| . | Adds a decimal point to the value on the screen. |
| C | Clears the value on the screen. |
| CE | Clears all user input except the value stored in memory. |
| MS | Stores the value on screen in memory. |
| M+ | Adds the value on screen to the value in memory. |
| M- | Subtracts the value on screen from the value in memory. |
| M* | Multiplies the value on screen with the value in memory. |
| M/ | Divides the stored value in memory by the value on the screen. |
| MRC | Recalls the value in memory to the screen. |
| MC | Clears the value in memory. |
| √ | Performs the square root operation. |
| % | Performs the percentage operation. |
| x^2 | Squares the value on screen. |
| x^3 | Cubes the value on screen. |
| cos | Performs the cosine operation. |
| sin | Performs the sine operation. |
| tan | Performs the tangent operation. |