Assign variables – A variable can be specified by setting a definition equal to it in the
COMMAND box and pressing
• Example: If you type "X=5" and press
program is ended or the variable is redefined.
• Notes on Variables:
o All variables must begin with a letter.
o Variables do not have to be defined before using.
o If a variable is not declared before it is used, the default setting of the variable
will be equal to zero.
Use predefined constants –
new values. You can use these constants in the same way you would use variables.
•
= 3.1415926535897932385
PI
•
= 2.7182818184590453254
E
•
= the value of the previous result
R
Use memory variables – On the right side of the calculator screen are four memory
–
variables (mem1
mem4). The only differences between these variables and other
undefined variables is that these will remain displayed for easy recall, and will not be
erased when the program is ended. You can assign the memory variables just as you
would other variables.
• Example: If you type "mem1=1203" and press
be 1203 until the variable is redefined.
Write multiple expressions on one line – You can use the semi-colon to enter more than
one item per line.
• Example: If you type "x=10;y=2;x*y" and press
value of 10 to
X
result of 20.
• NOTE: You cannot put two different calculations on one line (i.e. 4+7;6*19). In this
case, the calculator will look at the last expression and disregard any other
calculations before it.
Use special functions – To use the special functions (for example, sin, sqrt, and so on),
type the function and the number separated by a space.
• Example: If you type "sin 45" and press
the result box.
18
.
ENTER
,
and
PI
E
R
, the value of 2 to
Y
, the letter x will represent 5 until the
ENTER
are predefined by default and cannot be assigned
, then the value for
ENTER
, the calculator will assign the
ENTER
, and will then calculate 10 times 2 to give the
, 0.85 (the sine of 45) will appear in
ENTER
1 will
MEM
Need help?
Do you have a question about the Pro and is the answer not in the manual?