Manuals/calci/INTEGERS

From ZCubes Wiki
Jump to navigation Jump to search
INTEGERS (Limit)


  • 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 Limit} is any positive real number.

Description

  • This function returns the Integers up to the given number.
  • Integer means "A number with no fractional part".
  • 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 INTEGERS(Limit)} , 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 Limit} is the any positive real number.
  • It will display the all positive integer up to the given limit number.
  • Integer number will start from 1 and end with the limit number.
  • This function will return the result as NaN when the limit number is negative.

Examples

  1. INTEGERS(9) = 1 2 3 4 5 6 7 8 9
  2. INTEGERS(20.24) = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  3. INTEGERS(26/4) = 1 2 3 4 5 6 7

Related Videos

Integers

See Also

References

Integers