The Art of Mathematics

Help 3.1.15

mem — memory recall operator

1. Function

Use this operator to access value stored in calculator memory.

2. How to use

To access number z stored in memory:

mem[z];

To put values into calculator memory use store operator :

1+i−>mem[z];