
Special Functions
uTo store a function
Example To store the function (A+B) 
(av(A)+al(B))
K6(g)6(g)3(FMEM) 1(STO)bw
JJJ
uTo recall a function
Example To recall the contents of function memory number 1
K6(g)6(g)3(FMEM)
2(RCL)bw
uTo recall a function as a variable
daav(A)w
baal(B)w
K6(g)6(g)3(FMEM)3(fn)
b+cw
uTo display a list of available functions
K6(g)6(g)3(FMEM)
4(SEE)
| 
 | 
 | # If the function memory number to which you | # The recalled function appears at the current | 
| 
 | 
 | ||
| 
 | 
 | store a function already contains a function, the | location of the cursor on the display. | 
| 
 | 
 | previous function is replaced with the new one. | 
 | 
| 
 | 
 | 
 | 
 | 
20050401