Operation Manual

2-10 Math, Angle, and Test Operations
8202MATH.DOC TI-82, Chapter 2, English Bob Fedorisko Revised: 02/09/01 12:20 PM Printed:
02/09/01 12:36 PM Page 10 of 16
int
int
(greatest integer) returns the largest integer less than or equal to a
number, expression, list, or matrix. The value is the same as
iPart
for
nonnegative numbers and negative integers, but one integer less than
iPart
for negative noninteger numbers.
int
value
min(, max(
min(
(minimum value) returns the smaller of
valueA
or
valueB
or the
smallest element in a list. If two lists are compared, it returns a list of the
smaller of each pair of elements.
max(
(maximum value) returns the larger of
valueA
or
valueB
or the largest
element in a list. If two lists are compared, it returns a list of the larger of
each pair of elements.
min(
valueA
,
valueB
)
or
max(
valueA
,
valueB
)
min(
list
)
or
max(
list
)
min(
listA
,
listB
)
or
max(
listA
,
listB
)
Note: The
min(
and
max(
functions on the
MATH NUM
menu are the same
as the
min(
and
max(
functions on the
LIST MATH
menu.