G

GarbageCollect

 

GarbageCollect

Displays the garbage collection menu to allow cleanup of unused archive memory.

gcd(

 

gcd(valueA,valueB)

Returns the greatest common divisor of valueA and valueB, which can be real numbers or lists.

geometcdf(

 

geometcdf(p,x)

Computes a cumulative probability at x, the number of the trial on which the first success occurs, for the discrete geometric distribution with the specified probability of success p.

geometpdf(

 

geometpdf(p,x)

Computes a probability at x, the number of the trial on which the first success occurs, for the discrete geometric distribution with the specified probability of success p.

Get(

 

Get(variable)

Retrieves a value from a connected TI-Innovator™ Hub and stores the data to a variable on the receiving CE calculator.

Note: See also Send( and eval(

Get(

Get(variable

Retrieves a value from a connected TI-Innovator™ Hub and stores the data to a variable on the receiving CE calculator.

Note: See also Send( and eval(

 

GetCalc(

 

GetCalc(variable[,portflag])

Gets contents of variable on another TI‑84 Plus CE and stores it to variable on the receiving TI‑84 Plus CE. By default, the TI‑84 Plus CE uses the USB port if it is connected. If the USB cable is not connected, it uses the I/O port.
portflag=0 use USB port if connected;
portflag=1 use USB port;
portflag=2 use I/O port.(Ignored when program runs on the TI-84 Plus CE.)

getDate

 

getDate

Returns a list giving the date according to the current value of the clock. The list is in {year,month,day} format.

getDtFmt

 

getDtFmt

Returns an integer representing the date format that is currently set on the device.

1 = M/D/Y
2 = D/M/Y
3 = Y/M/D

getDtStr(

 

getDtStr(integer)

Returns a string of the current date in the format specified by integer, where:

1 = M/D/Y
2 = D/M/Y
3 = Y/M/D

 

getTime

 

getTime

Returns a list giving the time according to the current value of the clock. The list is in {hour,minute,second} format. The time is returned in the 24 hour format.

getTmFmt

 

getTmFmt

Returns an integer representing the clock time format that is currently set on the device.

12 = 12 hour format
24 = 24 hour format

getTmStr(

 

getTmStr(integer)

Returns a string of the current clock time in the format specified by integer, where:

12 = 12 hour format
24 = 24 hour format

getKey

 

getKey

Returns the key code for the current keystroke, or 0, if no key is pressed.

Goto

 

Gotolabel

Transfers control to label.

 

GraphColor(

 

GraphColor(function#,color#)

Sets the color for function#.

Color#: 10 - 24 or color name pasted from [vars] COLOR.

GraphStyle(

 

GraphStyle(function#,graphstyle#)

Sets a graphstyle for function#.

GridDot

 

GridDot [color#]

Turns on grid dots in the graph area in the specified color.

Color#: 10 - 24 or color name pasted from [vars] COLOR.

GridLine

 

GridLine [color#]

Turns on grid lines in the graph area in the specified color.

Color#: 10 - 24 or color name pasted from [vars] COLOR.

GridOff

 

GridOff

Turns off grid format.

G-T

 

G-T

Sets graph-table vertical split-screen mode.