Difference between revisions of "Manuals/calci/GENERATEZERO"
Jump to navigation
Jump to search
(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...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''GENERATEZERO ( | + | <div style="font-size:30px">'''GENERATEZERO (HowMany)'''</div><br/> |
− | |||
*<math>HowMany</math> is the count as how many numbers are to be displayed. | *<math>HowMany</math> is the count as how many numbers are to be displayed. | ||
==Description== | ==Description== | ||
*This function shows the zeros with the given numbers. | *This function shows the zeros with the given numbers. | ||
− | *In <math>GENERATEZERO ( | + | *In <math>GENERATEZERO (HowMany)</math>,<math>HowMany</math> 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 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. | *The number "0" is also called naught or nought,nil. | ||
Line 14: | Line 12: | ||
#GENERATEZERO(46,5) = 0 0 0 0 0 | #GENERATEZERO(46,5) = 0 0 0 0 0 | ||
#GENERATEZERO(-543,10) = 0 0 0 0 0 0 0 0 0 0 | #GENERATEZERO(-543,10) = 0 0 0 0 0 0 0 0 0 0 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=eJdTZU08peM|280|center|Numbers}} | ||
==See Also== | ==See Also== |
Latest revision as of 11:38, 6 May 2019
GENERATEZERO (HowMany)
- is the count as how many numbers are to be displayed.
Description
- This function shows the zeros with the given numbers.
- In , 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
- GENERATEZERO(10,3) = 0 0 0
- GENERATEZERO(46,5) = 0 0 0 0 0
- GENERATEZERO(-543,10) = 0 0 0 0 0 0 0 0 0 0