672
Appendix A: System Routines — Lists and Matrices
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_sortd
Declaration:
void
cmd_sortd
(EStackIndex
lst_name
)
Category(ies):
Lists and Matrices, Math, Variables
Description:
Sorts in descending order the list named by
lst_name
and stores the result
back in the same list.
Inputs:
lst_name
— Indexes the name of a list to sort.
Outputs:
None
Assumptions:
None
Side Effects:
May expand expression stack, cause heap compression, or throw an error.
Availability:
On AMS 1.05 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: cmd_sorta
Example:
See
cmd_sorta
.