Calculator User Manual
A-6 Tables and Reference Information
FPART
value
Returns the fractional part
of 
value
. 
(F)
I
NUM
á
FPART
â
2
-
10
FPART
list
Returns a list of the
fractional parts for each
list
 element. 
(F)
I
NUM
á
FPART
â
2
-
10
value
8
FRAC
Returns 
value
 in fraction
form, according to the
current fraction display
format. 
(I)
J
á
4
FRAC
â
3
-
10
list
8
FRAC
Displays 
list
 in fraction
form, according to the
current fraction display
format. 
(I)
J
á
4
FRAC
â
3
-
10
FUNC
Sets function graphing
mode. 
(I)
† 
3
á
FUNC
â
1
-
11
GOTO
label
Branches the program to
label
. 
(I)
† 
K
CTL
á
GOTO
â
10
-
10
Greater Than:
valueA
>
valueB
Returns 1 if 
valueA 
>
valueB
. Returns 0 if
valueA
valueB
. 
(F)
2
D
á
>
â
2
-
16
Greater Than:
listA
>
listB
Applies the 
>
 test to each
element of 
listA 
and 
listB
and returns a list. 
(F)
2
D
á
>
â
2
-
16
Greater Than:
list
>
value
 or
value
>
list
Applies the 
>
 test to each
element of 
list 
and 
value
and returns a list. 
(F)
2
D
á
>
â
2
-
16
Greater Than or Equal:
valueA
‚
valueB
Returns 1 if 
valueA
‚
valueB
. Returns 0 if
valueA
 < 
valueB
. 
(F)
2
D
á
‚
â
2
-
16
Greater Than or Equal:
listA
‚
listB
Applies the 
‚
 test to each
element of 
listA 
and 
listB
and returns a list. 
(F)
2
D
á
‚
â
2
-
16
Greater Than or Equal:
list
‚
value 
or
value
‚
list
Applies the 
‚
 test to each
element of 
list 
and 
value
and returns a list. 
(F)
2
D
á
‚
â
2
-
16
GRIDOFF
Turns the graph grid off.
(I)
2
F
DRAW
á
GRIDOFF
â
4
-
11
GRIDON
Turns the graph grid on.
(I)
2
F
DRAW
á
GRIDON
â
4
-
11










