Difference between revisions of "Manuals/calci/GENERATENEGATIVENONZEROINTEGER"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''GENERATENEGATIVENONZEROINTEGER(Range, HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMan...") |
|||
Line 28: | Line 28: | ||
*[https://en.wikipedia.org/wiki/Integer Integer] | *[https://en.wikipedia.org/wiki/Integer Integer] | ||
− | |||
− | |||
Revision as of 15:54, 18 July 2017
GENERATENEGATIVENONZEROINTEGER(Range, HowMany)
- is the range between which numbers are displayed.
- is the count as how many numbers are to be displayed.
Description
- This function shows the negative values with in the given range of values.
- In , is the range between which numbers are displayed.
- is the count as how many numbers are to be displayed.
- A negative number is a real number which is less than zero.
- Negative numbers are usually written with a minus sign in front.
- Every real number other than zero is either positive or negative.
- An integer is a number that can be written without a fractional component.
- Here it is showing all the negative values in Integer with in the specified range.
Examples
- GENERATENEGATIVENONZEROINTEGER(34,4) = -24 -4 -33 -32
- GENERATENEGATIVENONZEROINTEGER(890,5.6) = -160 -662 -818 -434 -836 -532
- GENERATENEGATIVENONZEROINTEGER(-9876,3) = -9360 -6455 -6049
- GENERATENEGATIVENONZEROINTEGER(4/5,5) = -1 -1 -1 -1 -1
See Also
References