Difference between revisions of "Manuals/calci/MINUS"
Jump to navigation
Jump to search
(Created page with "MINUS") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | MINUS | + | <div style="font-size:30px">'''MINUS () '''</div><br/> |
+ | |||
+ | ==Description== | ||
+ | *This function shows the Minus value of the given set of numbers. | ||
+ | *Minus is one of the four basic operations of arithmetic. | ||
+ | *Minus operation is the opposite operation of Add. | ||
+ | *Minus means "take away" or "Decrease by". | ||
+ | *In <math>MINUS()</math>,the second parameter is subtracted from first parameter. | ||
+ | *If there is third parameter then third parameter is subtracted from the resultant answer and so on. | ||
+ | |||
+ | ==Examples== | ||
+ | #MINUS(10,6) = 4 | ||
+ | #MINUS(981,872,156,123,200) = -370 | ||
+ | #MINUS(1/2,7/8,10/11,8/9) = -2.172979797979798 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Y6M89-6106I|280|center|Subtraction}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/SUBTRACT | SUBTRACT ]] | ||
+ | *[[Manuals/calci/DECREASING | DECREASING ]] | ||
+ | *[[Manuals/calci/DECREMENT | DECREMENT ]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://www.mathsisfun.com/numbers/subtraction.html Minus] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:13, 15 January 2019
MINUS ()
Description
- This function shows the Minus value of the given set of numbers.
- Minus is one of the four basic operations of arithmetic.
- Minus operation is the opposite operation of Add.
- Minus means "take away" or "Decrease by".
- In ,the second parameter is subtracted from first parameter.
- If there is third parameter then third parameter is subtracted from the resultant answer and so on.
Examples
- MINUS(10,6) = 4
- MINUS(981,872,156,123,200) = -370
- MINUS(1/2,7/8,10/11,8/9) = -2.172979797979798