Texas Instruments TI-80 Calculator User Manual


 
A-18 Tables and Reference Information
SORTD(
listname
) Sorts the elements of
listname
in descending
order.
(I)
2
=
OPS
á
SORTD(
â
8
-
6
SORTD(
keylistname
,
dependlist1
,
dependlist2
,
. . .
)
Sorts the elements of
keylistname
in
descending order with
dependlist1
,
dependlist2
. . . as
dependent lists.
(I)
2
=
OPS
á
SORTD(
â
8
-
6
Square:
value
ñ
Returns
value
multiplied
by itself.
(F)
a
2
-
5
Square:
list
ñ
Returns a list of each
list
element squared.
(F)
a
2
-
5
Square Root:
value
Returns the square root of
value
.
(F)
2
]
2
-
5
Square Root:
list
Returns a list of the
square roots of each
list
element.
(F)
2
]
2
-
5
STOP
Stops program execution
and returns to the Home
screen.
(I)
K
CTL
á
STOP
â
10
-
10
Store:
value
!
variable
Stores
value
to
variable
.
(I)
§
1
-
13
Store:
list
!
listname
Stores
list
to
listname
.
(I)
§
1
-
13
Store:
"
expression
"
!
Yn
or
"
expression
"
!
XnT
or
"
expression
"
!
YnT
Stores
expression
to
Yn
X
nT
or
YnT
function.
(I)
§
1
-
13
Subtraction:
valueA
ì
valueB
Subtracts
valueB
from
valueA
.
(F)
|
2
-
4
Subtraction:
value
ì
list
Subtracts
list
elements
from
value
and returns a
list.
(F)
|
2
-
4
Subtraction:
list
ì
value
Subtracts
value
from
list
elements and returns a
list.
(F)
|
2
-
4
Subtraction:
listA
ì
listB
Subtracts each
listB
element from each
listA
element and returns a list.
(F)
|
2
-
4
SUM
list
Returns the sum of
elements in
list
.
(F)
2
=
MATH
á
SUM
â
8
-
10
TAN
value
Returns the tangent of
value
.
(F)
Y
2
-
4