19990401
2-1-4
Basic Calculations
7 Abbreviated multiplication format in front of Type B functions
2 , A log2, etc.3
8 Permutation, combination nPr, nCr
9 ! , "
0 +, –
! Relational operators >, <, &, '
@ Relational operators =,
G
# and (bit operation)
$ xnor, xor (bit operations)
% or (bit operation)
^ And (logical operation)
Or (logical operation)
Example 2 + 3 ! (log sin2%
2
+ 6.8) = 22.07101691 (angle unit = Rad)
1
2
3
4
5
6
#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.
#Compound functions are executed from right to
left.
#Anything contained within parentheses receives
highest priority.