Texas Instruments TI-80 Calculator User Manual


 
Tables and Reference Information A-15
REMAINDER(
list
,
value
)
Returns a list of
remainders from the
division of each element
in
list
by
value.
I
NUM
á
REMAINDER(
â
2
-
11
REMAINDER(
listA
,
listB
)
Returns a list of
remainders from the
division of each element
in
listA
by the each
element in
listB.
I
NUM
á
REMAINDER(
â
2
-
11
Return
Returns to the calling
program.
(I)
K
CTL
á
RETURN
â
10
-
10
nthroot
x
value
Returns
nthroot
of
value
.
(F)
I
MATH
á
x
‡â
2
-
8
nthroot
x
list
Returns a list of
nthroot
for each
list
element.
(F)
I
MATH
á
x
â
2
-
8
list
x
value
Returns
list
roots of
value
.
(F)
I
MATH
á
x
â
2
-
8
listA
x
listB
Returns a list of
listA
roots of
listB
.
(F)
I
MATH
á
x
â
2
-
8
ROUND(
value
)
Returns
value
rounded to
10 digits.
(F)
I
NUM
á
ROUND(
â
2
-
10
ROUND(
value
,
#decimals
)
Returns
value
rounded to
#
decimals
(
9).
(F)
I
NUM
á
ROUND(
â
2
-
10
ROUND(
list
)
Returns
list
elements
rounded to 10 digits.
(F)
I
NUM
á
ROUND(
â
2
-
10
ROUND(
list
,
#decimals
)
Returns
list
elements
rounded to #
decimals
(
9).
(F)
I
NUM
á
ROUND(
â
2
-
10
R
8
Pr(
X
,
Y
)
Returns the polar
coordinate
r
, given the
rectangular coordinates
X
and
Y
.
(F)
2
E
á
R
4
P
q
(
â
2
-
15
R
8
Pr(
Xlist
,
Y
)
Returns a list of
r
coordinates, given the
X
coordinates in
Xlist
and a
single
Y
coordinate.
(F)
2
E
á
R
4
P
q
(
â
2
-
15
R
8
Pr(
X
,
Ylist
)
Returns a list of
r
coordinates, given a single
X
coordinate and the
Y
coordinates in
Ylist
.
(F)
2
E
á
R
4
P
q
(
â
2
-
15