These are functions that didnít fit into any of the other categories. The built in conversion constants are at the end of this list under the Misc key.
|
A |
|
|
|
(index) = indexed answer |
|
|
A(1) up to A(10) |
|
|
Indexes are relative to current |
|
|
command, so every execution |
|
|
increases the index |
|
|
of a given answer by 1 |
|
Val |
|
|
|
Value of previous |
|
|
answer for this line. |
|
|
Unlike A1, Val is NOT relative, |
|
|
so every execution of the line |
|
|
gets the same Val value. |
|
|
Also true for saved commands. |
|
IntR |
|
|
|
IntR(val) = nearest integer |
|
|
IntR(3.8) = 4 |
|
NMem |
|
|
|
Name a memory |
|
|
Sets the name shown with |
|
|
a memory in the list of |
|
|
memories |
|
Undefined |
|
|
|
Undefined key |
|
|
When defining keys, this |
|
|
removes the key definition |
|
|
it is assigned to. Setting all |
|
|
keys to empties removes the |
|
|
key map from the ones shown by |
|
|
the key map button |
|
M |
|
|
|
(index) = indexed mem value |
|
|
M(1) up to M(100) |
|
Rand |
|
|
|
Returns a random number |
|
|
Values are between 0.0 and 1.0 |
|
RCnt |
|
|
|
How many consecutive repeats |
|
|
since the command was changed. |
|
|
One use is stepping through |
|
|
the data set. Enter Data(RCnt) |
|
|
then tap ENTER repeatedly |
|
F2C |
|
|
|
F2C(degF) = degrees C |
|
C2F |
|
|
|
C2F(degC) = degrees F |