Variables (A, B, C, D, E, F, X, Y)

Your calculator has eight preset variables named A, B, C, D, E, F, X, and Y. You can assign values to variables and also use the variables in calculations.

To assign the result of 3 + 5 to variable A

 

 

3 5 =(STO)E(A)

8

To multiply the contents of variable A by 10

 

 

(Continuing)

E(A)

10 

80

To recall the contents of variable A (Continuing)

=E(A)

8

To clear the contents of variable A

0 =(STO)E(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 =(STO)J(M)

0

To add the result of 10 σ 5 to M

(Continuing)

10 5 J

50

To subtract the result of 10 + 5 from M

 

15

(Continuing) 10 5 J(M–)

To recall the contents of M

(Continuing)

=J(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 , change the calculation mode, or turn off the calculator. Perform the following procedure when you want to clear the contents of all memories.

(CLR)(Memory)(Yes)

Function Calculations

For actual operations using each function, see the “Examples” section following the list below.

: Π is displayed as 3.141592654, but Π = 3.14159265358980 is used for internal calculations.

e: e is displayed as 2.718281828, but e = 2.71828182845904 is used for internal calculations.

sin, cos, tan, sin−1, cos−1, tan−1 : Trigonometric functions. Specify the angle unit before performing calculations. See 1.

sinh, cosh, tanh, sinh−1, cosh−1, tanh−1 : Hyperbolic functions. Input a function from the menu that appears when you press @. The angle unit setting does not affect calculations. See 2.

E-13