Calculator performs operations in a specific order, which can affect the result of your calculations. For example, 1+1x2 returns a value of 3 since Calculator evaluates operations involving multiplication (1x2) before operations involving addition (+1).
|
Order |
Operation |
||
|---|---|---|---|
|
1st |
Expressions inside parentheses (only in the scientific calculator) |
||
|
2nd |
Exponents and roots (only in the scientific calculator) |
||
|
3rd |
Measurement and currency conversions |
||
|
4th |
Multiplication and division |
||
|
5th |
Addition and subtraction |
||
|
6th |
AND (only in the programmer's calculator) |
||
|
7th |
XOR (only in the programmer's calculator) |
||
|
8th |
OR and NOR (only in the programmer's calculator) |
||
|
9th |
Equal sign (=) |
||
When RPN is selected in the View menu, the calculations are always evaluated in the order they're entered.