Difference between revisions of "Manuals/calci/INCR"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''INCR(Value,By)'''</div><br/> *<math>Value</math> and <math>By</math> are any real numbers. ==Description== *This function displays the incremen...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
#INCR(45,-23) = 22 | #INCR(45,-23) = 22 | ||
#INCR(2/3,1/4) = 0.9166666666666666 | #INCR(2/3,1/4) = 0.9166666666666666 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=434ij88wjnk|280|center|Numbers}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:10, 4 March 2019
INCR(Value,By)
- and are any real numbers.
Description
- This function displays the incremented 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
- INCR(46,123) =169
- INCR(198.452,11.11) = 209.562
- INCR(455,105) = 560
- INCR(45,-23) = 22
- INCR(2/3,1/4) = 0.9166666666666666
Related Videos
See Also
References