Sequence

Operation Type

 

 

 

 

 

 

 

Description

 

 

 

 

1

Parenthetical Functions

Pol(, Rec(

 

 

 

(, d/dx(, d2/dx2(, Σ(, P(, Q(, R(

 

 

sin(, cos(, tan(, sin–1(, cos–1(, tan–1(, sinh(, cosh(,

 

 

tanh(, sinh–1(, cosh–1(, tanh–1(

 

 

log(, ln(, e^(, 10^(, '(, 3'(

 

 

Arg(, Abs(, ReP(, ImP(, Conjg(

 

 

Not(, Neg(, Det(, Trn(, Rnd(

 

 

Int(, Frac(, Intg(

 

 

 

 

 

 

 

 

 

 

 

2

Functions Preceded by Values

x

2

,

x

–1

,

 

r g

 

 

 

 

!, °’ ”, °, ,

 

 

 

 

 

 

x

 

 

Power, Power Root

^(, x'(

 

 

 

Standardized Variate

't

 

 

 

 

 

 

Percent

%

 

 

 

 

 

 

 

ENG Notation

m, ƫ, n, p, f, k, M, G, T, P

 

 

3

Fractions

a b/c

 

 

 

4

Prefix Symbols

(–) (minus sign)

 

 

 

d, h, b, o (Base-nsymbols)

 

 

 

 

5

Statistical Estimated Value

m, n, m1, m2

 

 

Calculations

 

 

 

 

 

 

 

 

 

 

 

 

6

Permutation, Combination

nPr, nCr

 

 

Complex Number Symbol

 

 

 

 

 

 

 

 

 

 

 

 

 

7

Multiplication, Division

×, ÷

 

 

 

 

 

Omitted Multiplication Sign

Multiplication sign can be omitted immediately

 

 

before π, variables, scientific constants (2π, 5A,

 

 

πA, 3mp, 2i, etc.), and parenthetical functions

 

 

(2'(3), Asin(30), etc.)

 

 

 

 

 

 

 

8

Addition, Subtraction

+, −

 

 

 

 

 

 

 

 

9

Relational Operators

=, , >, <, >, <

 

10

Logical Product

and (bitwise operator)

 

 

And (logical operation command)

 

 

 

11

Logical Sum, Exclusive Logical

or (bitwise operator)

 

Sum, Exclusive Negative

Or (logical operation command)

 

Logical Sum

xor (bitwise operator)

 

 

xnor (bitwise operator)

Note

If a calculation contains a negative value, you may need to enclose the negative value in parentheses. If you want to square the value –2, for example, you need to input: (–2)2. This is because x2 is a function preceded by a value (Priority 2, above), whose priority is greater than the negative sign, which is a prefix symbol (Priority 4).

-2wE

–22= –4

(-2)wE

(–2)2= 4

E-129