Difference between revisions of "Manuals/calci/NUMBERZERO"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NUMBERZERO()'''</div><br/> ==Description== *This function displays number zero. *It requires no input argument. You can simply enter this func...")
 
(No difference)

Latest revision as of 21:49, 23 May 2017

NUMBERZERO()


Description

  • This function displays number zero.
  • It requires no input argument. You can simply enter this function and it will return number '0'.
  • NUMBERZERO() can be used in integration with other function for evaluation.


Examples

  1. NUMBERZERO= 0
  2. PRODUCT(10,NUMBERZERO) = 0
  3. NUMBERZERO+10+NUMBERZERO+NUMBERZERO= 10
  4. NUMBERZERO-(2/3) = -0.6666666666666666
  5. TRUE+TRUE+NUMBERZERO= 2

Related Videos

Introduction to number systems


See Also


References