Manuals/calci/INCREMENT
Jump to navigation
Jump to search
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
- INCREMENT(46,123) =169
- INCREMENT(198.452,11.11) = 209.562
- INCREMENT(455,105) = 560
- INCREMENT(45,-23) = 22
- INCREMENT(2/3,1/4) = 0.9166666666666666
Related Videos
See Also
References