|
Section 1: General Operations24
|
|
of ten. For example, key in Planck’s constant (h)— roughly, 6.625 × 10–27
erg. sec.—and multiply it by 50. Since the problem deals with very small numbers, the keystrokes to reset
the display to scientific notation to show six decimal places are included in the following example.
|
|
Press
|
|
See Displayed
|
|
|
|
6.625 EEX
|
|
|
|
|
|
27
|
|
|
|
|
|
CHS
|
|
|
|
|
|
DSP 6
|
|
|
|
|
|
ENTER
|
|
|
|
|
|
50 ×
|
|
|
|
|
|
|
If you return to DSP 2 the result is rounded to zero.
|
|
Last X
|
Last X is the name of the register reserved for storing the latest value of X (the number you see in the
display) just after an opera tion using it has been specified and prior to its use in a calculation. Initially
set to zero when the power comes on, Last X remains unchanged until a calculation of x or
x and y is attempted;
at such a time, x is first saved in Last X as an automatic prelude to the
calculation. The saved value
is recallable to X (repeatedly if desired) by the gLSTX operation. Last X is useful in
recovering from accidental wrong keystrokes such as pressing the wrong arithmetic key or entering a wrong number.
For example, if you were performing a long calculation where you meant to subtract 3 from 12 and divided
instead, you could compensate as follows:
|
|
Press
|
|
See Displayed
|
|
Comment
|
|
12 ENTER 3 ÷
|
|
|
|
Oops–you wanted to subtract.
|
|
gLSTX
|
|
|
|
Retrieves last number preceding division operation.
|
|