Difference between revisions of "Manuals/calci/DECR"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''DECR(Value,By)'''</div><br/> *<math>Value</math> and <math> By</math> are any real numbers. ==Description== *This function displays the decreme...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''DECR(Value,By)'''</div><br/>
 
<div style="font-size:30px">'''DECR(Value,By)'''</div><br/>
 +
OR
 +
<div style="font-size:30px">'''DECREMENT (Value,By) '''</div><br/>
 
*<math>Value</math> and <math> By</math> are any real numbers.
 
*<math>Value</math> and <math> By</math> are any real numbers.
  
Line 17: Line 19:
 
#DECR(45,-23) = 68
 
#DECR(45,-23) = 68
 
#DECR(2/3,1/4) = 0.41666666666666663
 
#DECR(2/3,1/4) = 0.41666666666666663
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=NmVMjQzseLA|280|center|}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:16, 4 March 2019

DECR(Value,By)


OR

DECREMENT (Value,By)


  • and are any real numbers.

Description

  • This function displays the decremented value of a number.
  • In , and are any real numbers.
  • Argument is the number to be subtracted from the original number.
  • Value is the Minuend and By is the Subtrahend.
  • Minuend is the number that is to be subtracted from and Subtrahend is the number that is to be subtracted.
  • Decrement is the difference value of Value and By.
  • This function returns the result as NaN when the parameters are non-numeric.

Examples

  1. DECR(456,123) =333
  2. DECR(198.452,23.56) = 174.892
  3. DECR(453,672) = -219
  4. DECR(45,-23) = 68
  5. DECR(2/3,1/4) = 0.41666666666666663

Related Videos

See Also

References