Difference between revisions of "Manuals/calci/LISTUNIQUE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''LISTUNIQUE (Items,Column)'''</div><br/> *<math>Items</math> is the set of values. *<math>Column</math> is any integer. ==Description== *This f...") |
|||
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/DEGREESLIST | DEGREESLIST]] |
*[[Manuals/calci/LISTPRIMES | LISTPRIMES]] | *[[Manuals/calci/LISTPRIMES | LISTPRIMES]] | ||
*[[Manuals/calci/LISTCOLUMNLABELS | LISTCOLUMNLABELS]] | *[[Manuals/calci/LISTCOLUMNLABELS | LISTCOLUMNLABELS]] | ||
− | |||
==References== | ==References== |
Revision as of 14:54, 28 December 2017
LISTUNIQUE (Items,Column)
- is the set of values.
- is any integer.
Description
- This function list the unique specified values from the given set of values.
- In , is the set of values.
- is the entry number to display.
- This function is used to list the specified entry values from the given set of values.
Examples
- LISTUNIQUE([[1,2,3,4,5],[6,7,8,9,10],[11,12,13,14,15]],4) = 4 9 14
- LISTUNIQUE([[-2,-9,-10,3.2,9,7,5],[5,2,9.3,3.2,7.1,2.3]],6) = 7 2.3
- LISTUNIQUE([[4,3,9.2,4.3,7.2,1.2,9.7,3.4,1.2,2.3],[52,32,13,54,7.2,-8.4,1/2,4/9,3/2]],7) = 9.7 0.5