Manuals/calci/GENERATEZERO

From ZCubes Wiki
Revision as of 18:52, 19 July 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''GENERATEZERO (Range,HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math> is the co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GENERATEZERO (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 zeros with the given numbers.
  • In , is the range between which numbers are displayed.
  • is the count as how many zeros are to be displayed.
  • The number 0 fulfills a central role in mathematics as the additive identity of the integers and real numbers.
  • The number "0" is also called naught or nought,nil.

Examples

  1. GENERATEZERO(10,3) = 0 0 0
  2. GENERATEZERO(46,5) = 0 0 0 0 0
  3. GENERATEZERO(-543,10) = 0 0 0 0 0 0 0 0 0 0

See Also

References