Difference between revisions of "Manuals/calci/SUBTRACT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''SUBTRACT() '''</div><br/> ==Description== *This function shows the subtraction value of the given set of numbers. *Subtraction is one of the f...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''SUBTRACT() '''</div><br/> | <div style="font-size:30px">'''SUBTRACT() '''</div><br/> | ||
+ | OR | ||
+ | <div style="font-size:30px">'''MINUS() '''</div><br/> | ||
+ | |||
==Description== | ==Description== | ||
Line 13: | Line 16: | ||
#SUBTRACT(288,145,39,12,100) = -8 | #SUBTRACT(288,145,39,12,100) = -8 | ||
#SUBTRACT(0.42,3) = -2.58 | #SUBTRACT(0.42,3) = -2.58 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Y6M89-6106I|280|center|Subtract}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:42, 31 January 2019
SUBTRACT()
OR
MINUS()
Description
- This function shows the subtraction value of the given set of numbers.
- Subtraction is one of the four basic operations of arithmetic.
- Subtraction is the opposite operation of Addition.
- Subtract 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
- SUBTRACT(55,16) = 39
- SUBTRACT(288,145,39,12,100) = -8
- SUBTRACT(0.42,3) = -2.58
Related Videos
See Also
References