Texas Instruments TI-84 User Manual

Page 594

Advertising
background image

Appendix A: Functions and Instructions

591

Menu("title","text1",
label1[,...,"text7",label7])

Generates a menu of up to
seven items during
program execution.

CTL
C:Menu(

min(valueA,valueB)

Returns smaller of valueA
and valueB.

NUM
6:min(

min(list)

Returns smallest real or
complex element in list.

y 9

MATH
1:min(

min(listA,listB)

Returns real or complex list
of the smaller of each pair
of elements in listA and
listB.

y 9

MATH
1:min(

min(value,list)

Returns a real or complex
list of the smaller of value or
each list element.

y 9

MATH
1:min(

valueA nCr valueB

Returns the number of
combinations of valueA
taken valueB at a time.

PRB
3:nCr

value nCr list

Returns a list of the
combinations of value taken
each element in list at a
time.

PRB
3:nCr

Function or
Instruction/Arguments

Result

Key or
Keys/Menu or
Screen/Item

Advertising