Manuals/calci/INCR

From ZCubes Wiki
Revision as of 15:10, 4 March 2019 by Devika (talk | contribs) (→‎Related Videos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

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

Related Videos

Numbers

See Also

References