Difference between revisions of "Manuals/calci/EVERYSET"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
#EVERYSET(34..60,13,6) = 34 41 54 | #EVERYSET(34..60,13,6) = 34 41 54 | ||
#EVERYSET((-90)..40,25,19) = -90 -70 -45 -20 5 30 | #EVERYSET((-90)..40,25,19) = -90 -70 -45 -20 5 30 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=BhFgcf0VSYc|280|center|SubSet}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:55, 11 January 2019
EVERYSET (Array,Every,Skip)
- is the set of values.
- and is any real numbers.
Description
- This function shows the numbers from the set.
- In , is the set of numbers.
- is the skip number.
- indicates the starting number from the given set.
- So this function shows the numbers with the respected skip value.
Examples
- EVERYSET(1..50,5,1) = 1 3 8 13 18 23 28 33 38 43 48
- EVERYSET(34..60,13,6) = 34 41 54
- EVERYSET((-90)..40,25,19) = -90 -70 -45 -20 5 30