| 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 |
| | + | |
| | + | ==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 ]] |