Difference between revisions of "Manuals/calci/GENERATENATURAL"
Jump to navigation
Jump to search
| Line 14: | Line 14: | ||
==Related Videos== | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|aqsIWLqlDhE|280|center|Natural numbers}} | ||
==See Also== | ==See Also== | ||
Latest revision as of 14:45, 2 May 2019
GENERATENATURAL(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 natural numbers within the specified range.
- 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} 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 HowMany} are positive integer values.
Examples
- GENERATENATURAL(10,4) = 5 0 4 9
- GENERATENATURAL(100,6) = 95 91 78 8 27 70
- GENERATENATURAL(5,10) = 3 4 0 3 0 0 1 1 3
Related Videos
See Also
References