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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
#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 | #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 | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=7fYlWeMQ6L8&t=81s|280|center|Unique}} | ||
==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== |
Latest revision as of 13:23, 18 March 2019
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