Operation Index G–11
Name Keys and Description Page ¼
(i)
LI
Indirect. Value of variable whose
letter corresponds to the numeric
value stored in variable i.
6–4
13–21
2
IN
|
Converts centimeters to
inches.
4–13 1
IDIV
{F
Produces the quotient
of a division operation involving
two integers.
6–15 2
INT÷
{F
Produces the quotient
of a division operation involving
two integers.
4–2 1
INTG
|K
Obtains the greatest
integer equal to or less than given
number.
4–16 1
INPUT variable
{
variable
Recalls the variable to the
X–register, displays the variable's
name and value, and halts
program execution. Pressing
g
(to resume pro
ram execution) or
(to execute the current
program line) stores your input in
the variable. (Used only in
programs.)
12–11
INV
Reciprocal of argument. 6–15 2
IP
|"
Integer part of x. 4–16 1
ISG variable
{l
variable
Increment, Skip if Greater.
For control number ccccccc.fffii
stored in variable, adds ii
(increment value) to ccccccc
(counter value) and, if the result
>
fff (final value), skips the next
program line.
13–18