Difference between revisions of "Manuals/calci/GENERATENEGATIVENONZEROINTEGER"

From ZCubes Wiki
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...")
 
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
 
#GENERATENEGATIVENONZEROINTEGER(4/5,5) = -1  -1  -1  -1  -1
 
#GENERATENEGATIVENONZEROINTEGER(4/5,5) = -1  -1  -1  -1  -1
  
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=C38B33ZywWs|280|center|Negative Numbers}}
  
 
==See Also==
 
==See Also==
Line 28: Line 32:
  
 
*[https://en.wikipedia.org/wiki/Integer Integer]
 
*[https://en.wikipedia.org/wiki/Integer Integer]
 
 
  
  

Latest revision as of 14:49, 2 May 2019

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

  1. GENERATENEGATIVENONZEROINTEGER(34,4) = -24 -4 -33 -32
  2. GENERATENEGATIVENONZEROINTEGER(890,5.6) = -160 -662 -818 -434 -836 -532
  3. GENERATENEGATIVENONZEROINTEGER(-9876,3) = -9360 -6455 -6049
  4. GENERATENEGATIVENONZEROINTEGER(4/5,5) = -1 -1 -1 -1 -1


Related Videos

Negative Numbers

See Also

References