Difference between revisions of "Manuals/calci/EVERYSET"

From ZCubes Wiki
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)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} is the set of values.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Every} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Skip} is any real numbers.

Description

  • This function shows the numbers from the set.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle EVERYSET (Array,Every,Skip)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} is the set of numbers.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Every} is the skip number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Skip} 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

Related Videos

SubSet

See Also

References