2-2-2

 

Special Functions

 

uTo display the contents of a variable

Example

To display the contents of variable A

 

Aav(A)w

 

uTo clear a variable

Example

To clear variable A

 

Aaaav(A)w

uTo assign the same value to more than one variable

[value]a [first variable name*1]a3(~) [last variable name*1]w

Example

To assign a value of 10 to variables A through F

Abaaav(A)

a3(~)at(F)w

uFunction Memory

[OPTN]-[FMEM]

Function memory (f1~f20) is convenient for temporary storage of often-used expressions. For longer term storage, we recommend that you use the GRAPH mode for expressions and the PRGM mode for programs.

{STO}/{RCL}/{fn}/{SEE} ... {function store}/{function recall}/{function area specification as a variable name inside an expression}/{function list}

*1 You cannot use “r” or “θ” as a variable name.

20070201