Difference between revisions of "Manuals/calci/INCREMENT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''INCREMENT(Value,By)'''</div><br/> *<math>Value</math> and <math>By</math> are any real numbers. ==Description== *This function displays the dec...")
 
 
Line 14: Line 14:
 
#INCREMENT(45,-23) = 22
 
#INCREMENT(45,-23) = 22
 
#INCREMENT(2/3,1/4) = 0.9166666666666666
 
#INCREMENT(2/3,1/4) = 0.9166666666666666
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=MoKAC2U6WFE|280|center|Increasing}}
 +
  
 
==See Also==
 
==See Also==

Latest revision as of 15:13, 14 January 2019

INCREMENT(Value,By)


  • and are any real numbers.

Description

  • This function displays the decremented value of first number by second number.
  • In , and are any real numbers.
  • Increment is the addition value of and .
  • This function returns the result as NaN when the parameters are non-numeric.

Examples

  1. INCREMENT(46,123) =169
  2. INCREMENT(198.452,11.11) = 209.562
  3. INCREMENT(455,105) = 560
  4. INCREMENT(45,-23) = 22
  5. INCREMENT(2/3,1/4) = 0.9166666666666666

Related Videos

Increasing


See Also

References