1,002 bytes added
, 10:34, 29 May 2017
<div style="font-size:30px">'''GENERATEPOSITIVEINTEGER(Range, HowMany)'''</div><br/>
*<math>Range</math> is the range between which numbers are displayed.
*<math>HowMany</math> is the count as how many numbers are to be displayed.
==Description==
*This function displays positive integer values within the specified range.
*Range limit is from positive value specified to negative value. But only positive integer values are displayed using this function.
== Examples ==
#GENERATEPOSITIVEINTEGER(10,4) = 3 2 4 0
#GENERATEPOSITIVEINTEGER(100,6) = 7 76 66 10 65 23
#GENERATEPOSITIVEINTEGER(-5,3) = 1 2 3
==Related Videos==
{{#ev:youtube|9orS7coe2WI|280|center|Integers}}
==See Also==
*[[Manuals/calci/GENERATENEGATIVEINTEGER| GENERATENEGATIVEINTEGER]]
*[[Manuals/calci/GENERATEINTEGER| GENERATEINTEGER]]
*[[Manuals/calci/GENERATENATURAL| GENERATENATURAL]]
==References==
*[https://en.wikipedia.org/wiki/Integer Integers]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]