Manuals/calci/GENERATEPOSITIVEINTEGER

From ZCubes Wiki
Jump to navigation Jump to search
GENERATEPOSITIVEINTEGER(Range, HowMany)


  • 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 Range} is the range between which numbers are displayed.
  • 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 HowMany} is the count as how many numbers are to be displayed.

Description

  • This function displays positive integer values within the specified range.
  • Range limit is from positive value specified to negative value.
  • But only positive integer values are displayed using this function.

Examples

  1. GENERATEPOSITIVEINTEGER(10,4) = 3 2 4 0
  2. GENERATEPOSITIVEINTEGER(100,6) = 7 76 66 10 65 23
  3. GENERATEPOSITIVEINTEGER(-5,3) = 1 2 3

Related Videos

Integers

See Also

References