Chapter 11: Lists 258
When you use a list and a value with a two-argument function, the value is used with
each element in the list.
LIST OPS MenuLIST OPS MenuLIST OPS MenuLIST OPS Menu
LIST OPS Menu
LIST OPS MenuLIST OPS Menu
LIST OPS Menu
To display the LIST OPS menu, press y9~.
NAMES OPS MATH
1: SortA( Sorts lists in ascending order.
2: SortD( Sorts lists in descending order.
3: dim( Sets the list dimension.
4: Fill( Fills all elements with a constant.
5: seq( Creates a sequence.
6: cumSum( Returns a list of cumulative sums.
7: @List( Returns difference of successive elements.