
Technical Information
kCalculation Priority Sequence
The calculator performs calculations according to a calculation priority sequence.
•Basically, calculations are performed from left to right.
•Expressions within parentheses have the highest priority.
•The following shows the priority sequence for each individual command.
1.Function with parentheses:
Pol(, Rec(
sin(, cos(, tan(,
log(, ln(, e^(, 10^(, '(, 3'( Abs(
Rnd(
2.Functions preceded by values, powers, power roots: x2, x3,
Percent %
3.Fractions: ab/c
4.Prefix symbol:
5.Statistical estimated value calculation: m, n, m1, m2
6.Permutations, combinations: nPr, nCr
7.Multiplication and division: ⋅, ⎟
Multiplication where sign is omitted: Multiplication sign omitted immediately before π, e, variables (2π, 5A, πA, etc.), functions with parentheses (2'(3),
Asin(30), etc.)
8.Addition and subtraction: +, –
If a calculation contains a negative value, you may need to enclose the negative value in parentheses. If you want to square the value
Example: | |
y2w= | |
(y2)w= |
Multiplication and division, and multiplication where the sign is omitted are the same priority (Priority 7), so these operations are performed from left to right when both types are mixed in the same calculation. Enclosing an operation within parentheses causes it to be performed first, so the use of parentheses can result in different calculation results.
Example: |
|
|
1/215(π)= | 1 | ⎟ 2π = 1.570796327 |
1/(215(π))= | 1 | ⎟ (2π) = 0.1591549431 |