Difference between revisions of "Manuals/calci/DECREMENT"
Jump to navigation
Jump to search
(Created page with "decrement") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | decrement | + | <div style="font-size:30px">'''DECREMENT (Value,By)'''</div><br/> |
| + | *<math>Value</math> and <math> By</math> are any real numbers. | ||
| + | |||
| + | ==Description== | ||
| + | *This function is showing the decrement value of two numbers. | ||
| + | *In <math>DECREMENT(Value,By)</math>,<math>Value</math> and <math>By</math> are any real numbers. | ||
| + | *Value is the Minuend and By is the Subtrahend. | ||
| + | *So 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 will returns the result as NaN when the parameters are non-numeric. | ||
| + | |||
| + | ==Examples== | ||
| + | #DECREMENT(456,123) =333 | ||
| + | #DECREMENT(198.452,23.56) = 174.892 | ||
| + | #DECREMENT(453,672) = -219 | ||
| + | #DECREMENT(45,-23) = 68 | ||
| + | #DECREMENT(2/3,1/4) = 0.41666666666666663 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=ngrHFSX1scY|280|center|Decreasing Order}} | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/DECREASING | DECREASING ]] | ||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | *[[ Z3 | Z3 home ]] | ||
| + | |||
| + | ==References== | ||
| + | *[https://en.wiktionary.org/wiki/decrement Decrement] | ||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 14:58, 27 November 2018
DECREMENT (Value,By)
- and are any real numbers.
Description
- This function is showing the decrement value of two numbers.
- In , and are any real numbers.
- Value is the Minuend and By is the Subtrahend.
- So 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 will returns the result as NaN when the parameters are non-numeric.
Examples
- DECREMENT(456,123) =333
- DECREMENT(198.452,23.56) = 174.892
- DECREMENT(453,672) = -219
- DECREMENT(45,-23) = 68
- DECREMENT(2/3,1/4) = 0.41666666666666663