Difference between revisions of "Manuals/calci/NUMS"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
*<math>Start</math> is the minimum number to start the sequence. | *<math>Start</math> is the minimum number to start the sequence. | ||
*Numbers are arithmetical value which are containing positive numbers,negative numbers and including zero. | *Numbers are arithmetical value which are containing positive numbers,negative numbers and including zero. | ||
| − | *So this function including the minimum number but not including the maximum number. | + | *So this function is including the minimum number, but not including the maximum number. |
| − | *Also | + | *Also, limit and start both in Integers function will return the result in Integers. |
| − | *Suppose start number is in decimal then | + | *Suppose start number is in decimal, then function will return the result in decimal increasing with 1. |
==Examples== | ==Examples== | ||
Latest revision as of 05:35, 13 February 2019
NUMS (Limit,Start)
- 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} 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 Start} are any real numbers.
Description
- This function shows numbers increasing by 1 with in the given limit.
- 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 NUMS(Limit,Start)} ,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 maximum number which is not included in the list.
- 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 Start} is the minimum number to start the sequence.
- Numbers are arithmetical value which are containing positive numbers,negative numbers and including zero.
- So this function is including the minimum number, but not including the maximum number.
- Also, limit and start both in Integers function will return the result in Integers.
- Suppose start number is in decimal, then function will return the result in decimal increasing with 1.
Examples
- NUMS(90,80) = 80 81 82 83 84 85 86 87 88 89
- NUMS(21.3,15) = 15 16 17 18 19 20 21
- NUMS(10,-6) = -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 8 9