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
value8FRAC Returns value in fraction
form, according to the
current fraction display
format. (I)
J
á4FRACâ
3-10
list8FRAC Displays list in fraction
form, according to the
current fraction display
format. (I)
J
á4FRACâ
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