See the addressing table above for
C
STO.
Stores mode settings for later use as described
above. Take RCLM to recall them.
Stops program execution. May be used to wait
for an input, for example.
Stores all stack levels in a set of 4 or 8 registers,
starting at destination d.
Executes the specified operation on the content
of address d and stores the result into said ad-
dress.
E.g. STO12 subtracts x from r12 like the se-
quence 12 12 does, but
without touching the stack at all.
See the addressing table above for
C
STO.
STO () takes the maximum (minimum) of the
values in d and X and stores it.
Recalls the linear sums Σy and Σx . Useful for
elementary vector algebra in 2D.
Returns the standard deviation for weighted data
2
2
2
2
ii
iiiii
w
yy
xyxyy
s
with the weights entered in y via .
Returns the sample covariance for two data sets.
It depends on the fit model selected. For LinF, it
returns
)1(
nn
yxyxn
s
iiii
xy
.
See COV for the population covariance.
Returns the tangent of the angle in X.
Returns the hyperbolic tangent of x.