Manuals/calci/GENERATENEGATIVEINTEGER

From ZCubes Wiki
Jump to navigation Jump to search
GENERATENEGATIVEINTEGER(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 negative integer values within the specified range.
  • Range limit is from positive value specified to negative value. But only negative integer values are displayed using this function.

Examples

  1. GENERATENEGATIVEINTEGER(10,4) = -1 -6 -2 -1
  2. GENERATENEGATIVEINTEGER(100,6) = -45 -57 -89 -11 -61 -2
  3. GENERATENEGATIVEINTEGER(-5,3) = -1 -2 -3

Related Videos

Negative Numbers

See Also

References