To multiply the contents of variable A by 10

 

(Continuing) Sy(A)*10 =

80

To recall the contents of variable A

(Continuing) ty(A)

8

To clear the contents of variable A

0 1t(STO)y(A)

0

 

 

 

Independent Memory (M)

You can add calculation results to or subtract results from independent memory. The “M” appears on the display when there is any value other than zero stored in independent memory.

To clear the contents of M

0 1t(STO)l(M)

0

To add the result of 10 5 to M

(Continuing) 10 *5 l

50

To subtract the result of 10 + 5 from M

15

(Continuing) 10 +5 1l(M–)

To recall the contents of M

(Continuing) tl(M)

35

 

 

 

Note: Variable M is used for independent memory.

Clearing the Contents of All Memories

Ans memory, independent memory, and variable contents are retained even if you press A, change the calculation mode, or turn off the calculator. PreAns memory contents are retained even if you press Aand turn off the calculator without exiting the COMP Mode. Perform the following procedure when you want to clear the contents of all memories.

!9(CLR)2(Memory)=(Yes)

Prime Factorization

In the COMP Mode, you can factor a positive integer up to 10 digits into prime factors up to three digits.

To perform prime factorization on 1014 1014 =

!e(FACT)

When you perform prime factorization on a value that includes a factor that is prime number with more than three digits, the part that cannot be factored will be enclosed in parentheses on the display.

To perform prime factorization on 4104676 (= 22 10132) !e(FACT)

Any one of the following operations will exit prime factorization result display.

Pressing !e(FACT) or =.

Pressing any of the following keys: . or e.

Using the setup menu to change the angle unit setting (Deg, Rad, Gra) or the display digits setting (Fix, Sci, Norm).

E-17