20
9
×
,
÷
0
+, –
!
Relational operator
=,
G
, >, <,
≥
,
≤
@
And, and
#
Or, or, xor, xnor
• When functions with the same priority are used in series, execution is performed
from right to left.
e
x
In
→
e
x
{In(
)}
120
120
Otherwise, execution is from left to right.
• Anything contained within parentheses receives highest priority.
Example
2 + 3
×
(log sin2
π
2
+ 6.8) = 22.07101691 (angle unit = Rad)
k
k
k
k
k
Multiplication Operations without a Multiplication Sign
You can omit the multiplication sign (
×
) in any of the following operations.
• Before the Type B functions
Example
2sin30, 10log1.2, 2
, 2Pol(5, 12), etc.
3
• Before constants, variable names, memory
Example
2
π
, 2AB, 3Ans, 3Y
1
, etc.
• Before an open parenthesis
Example
3(5 + 6), (A + 1)(B – 1), etc.
1
2
3
4
5
6
1 - 1
Before Starting Calculations...