Difference between revisions of "Manuals/calci/NUMBERONE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NUMBERONE()'''</div><br/> ==Description== *This function displays number one. *This function is similar to function ONE(). *It requires no inpu...")
 
 
Line 8: Line 8:
  
 
==Examples==
 
==Examples==
#=NUMBERONE = 1  
+
#NUMBERONE = 1  
#=SUM(6+NUMBERONE) = 7
+
#SUM(6,NUMBERONE) = 7
#=67+NUMBERONE+NUMBERONE= 69
+
#67+NUMBERONE+NUMBERONE= 69
#=NUMBERONE-(2/3) = 0.33333333333333337
+
#NUMBERONE-(2/3) = 0.33333333333333337
  
 
==Related Videos==
 
==Related Videos==

Latest revision as of 21:50, 23 May 2017

NUMBERONE()


Description

  • This function displays number one.
  • This function is similar to function ONE().
  • It requires no input argument. You can simply enter this function and it will return number '1'.
  • NUMBERONE() can be used in integration with other function for evaluation.

Examples

  1. NUMBERONE = 1
  2. SUM(6,NUMBERONE) = 7
  3. 67+NUMBERONE+NUMBERONE= 69
  4. NUMBERONE-(2/3) = 0.33333333333333337

Related Videos

Introduction to number systems


See Also


References