Difference between revisions of "Manuals/calci/GENERATEINTEGER"
(Created page with "<div style="font-size:30px">'''GENERATEINTEGER(Range, HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math> is the...") |
|
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 13:44, 2 May 2019
GENERATEINTEGER(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 integer values within the specified range.
- Range limit is from positive value specified to negative value. e.g If 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 10, the integer values are displayed from -10 to 10.
Examples
- GENERATEINTEGER(10,4) = 1 -4 5 1
- GENERATEINTEGER(100,6) = -63 0 17 -16 37 -88
- GENERATEINTEGER(-5,3) = 3 -2 -2
Related Videos
See Also
References