Memory Functionality
RadCalculator supports all native memory functionality the end user is accustomed with.
Examples
-
Memory Plus (M+) - adds the current input into the memory. For example:
Input - '3' -> M+ -> Memory Value - '3'
Input - '6' -> M+ -> Memory Value - '9'
-
Memory Minus (M-) - substracts the current input value from the memory value. For example:
Input - '5' -> M- -> Memory Value - '-5'
Input - '6' -> M- -> Memory Value - '-11'
-
Memory Store (MS) - stores the current input value into the memory. For example:
Input - '42' -> MS -> Memory Value - '42'
Input - '82' -> MS -> Memory Value - '82'
-
Memory Recall (MR) - displays the value stored into the memory. For example:
Input - '42' -> MR -> Memory Value - '42'
MR -> Displayed Value - '42'
Memory Clear (MC) - clears the memory value.