Difference between revisions of "Manuals/calci/EVERYSET"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "EVERYSET")
 
Line 1: Line 1:
EVERYSET
+
<div style="font-size:30px">'''EVERYSET (Array,Every,Skip)'''</div><br/>
 +
*<math>Array</math>is the set of values.
 +
*<math>Every</math> and <math>Skip</math> is any real numbers.
 +
 
 +
==Description==
 +
*This function shows the numbers from the set.
 +
*In <math>EVERYSET (Array,Every,Skip)</math>,<math>Array</math> is the set of numbers.
 +
*<math>Every</math> is the skip number.
 +
*<math>Skip</math> 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
 +
 
 +
==See Also==
 +
 
 +
*[[Manuals/calci/EVENSET | EVENSET ]]
 +
*[[Manuals/calci/INSET | INSET ]]
 +
*[[Manuals/calci/DISTINCTSET | DISTINCTSET ]]
 +
 
 +
==References==
 +
*[http://mathcentral.uregina.ca/qq/database/qq.09.06/narayana1.html Sets]
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Revision as of 14:13, 23 May 2017

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

  1. EVERYSET(1..50,5,1) = 1 3 8 13 18 23 28 33 38 43 48
  2. EVERYSET(34..60,13,6) = 34 41 54
  3. EVERYSET((-90)..40,25,19) = -90 -70 -45 -20 5 30

See Also

References