
| |
| 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 |
Function memory (f1~f20) is convenient for temporary storage of
•{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.
20050401