Difference between revisions of "Manuals/calci/PLUSMINUS"
(Created page with "<div style="font-size:30px">'''PLUSMINUS(Number) '''</div><br/> *where <math>Number<\math> is the number of which plus and minus values are to be found. ==Description== *This...") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''PLUSMINUS(Number) '''</div><br/> | <div style="font-size:30px">'''PLUSMINUS(Number) '''</div><br/> | ||
| − | *where <math>Number< | + | *where <math>Number</math> is the number of which plus and minus values are to be found. |
==Description== | ==Description== | ||
*This function shows the positive(plus) and negative(minus) values of the given number or set of numbers. | *This function shows the positive(plus) and negative(minus) values of the given number or set of numbers. | ||
*Plus(Addition) and Minus(Subtraction) are basic operations of arithmetic. | *Plus(Addition) and Minus(Subtraction) are basic operations of arithmetic. | ||
| + | *Numbers can be positive or negative. | ||
| + | *Positive numbers are showing with "+" sign and negative numbers are displaying with "-" sign. | ||
| + | *If a number has no sign it usually means that it is a positive number. | ||
| + | *For example 13 means +13 only. | ||
| + | *So this function shows the positive value and negative value of a given number. | ||
| + | *So will get a result as 34 and -34 for PLUSMINUS(34) | ||
==Examples== | ==Examples== | ||
#PLUSMINUS(10) = 10 -10 | #PLUSMINUS(10) = 10 -10 | ||
| − | #PLUSMINUS(- | + | #PLUSMINUS(-2.25) = -2.25 2.25 |
For a given set of numbers, table is displayed as follows - | For a given set of numbers, table is displayed as follows - | ||
*PLUSMINUS([981,872,156,123,200]) = | *PLUSMINUS([981,872,156,123,200]) = | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | | 981 || -981 | ||
| + | |- | ||
| + | | 872 || -872 | ||
| + | |- | ||
| + | | 156 || -156 | ||
| + | |- | ||
| + | | 123 || -123 | ||
| + | |- | ||
| + | | 200 || -200 | ||
| + | |} | ||
| + | *PLUSMINUS(4..14) = | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | | 4 || -4 | ||
| + | |- | ||
| + | | 5 || -5 | ||
| + | |- | ||
| + | | 6 || -6 | ||
| + | |- | ||
| + | | 7 || -7 | ||
| + | |- | ||
| + | | 8 || -8 | ||
| + | |- | ||
| + | | 9 || -9 | ||
| + | |- | ||
| + | | 10 || -10 | ||
| + | |- | ||
| + | | 11 || -11 | ||
| + | |- | ||
| + | | 12 || -12 | ||
| + | |- | ||
| + | | 13 || -13 | ||
| + | |- | ||
| + | | 14 || -14 | ||
| + | |} | ||
| + | |||
| + | |||
| + | ==Related Videos== | ||
| − | + | {{#ev:youtube|v=C38B33ZywWs|280|center|Negative Numbers}} | |
==See Also== | ==See Also== | ||
Latest revision as of 15:16, 25 January 2019
PLUSMINUS(Number)
- where is the number of which plus and minus values are to be found.
Description
- This function shows the positive(plus) and negative(minus) values of the given number or set of numbers.
- Plus(Addition) and Minus(Subtraction) are basic operations of arithmetic.
- Numbers can be positive or negative.
- Positive numbers are showing with "+" sign and negative numbers are displaying with "-" sign.
- If a number has no sign it usually means that it is a positive number.
- For example 13 means +13 only.
- So this function shows the positive value and negative value of a given number.
- So will get a result as 34 and -34 for PLUSMINUS(34)
Examples
- PLUSMINUS(10) = 10 -10
- PLUSMINUS(-2.25) = -2.25 2.25
For a given set of numbers, table is displayed as follows -
- PLUSMINUS([981,872,156,123,200]) =
| 981 | -981 |
| 872 | -872 |
| 156 | -156 |
| 123 | -123 |
| 200 | -200 |
- PLUSMINUS(4..14) =
| 4 | -4 |
| 5 | -5 |
| 6 | -6 |
| 7 | -7 |
| 8 | -8 |
| 9 | -9 |
| 10 | -10 |
| 11 | -11 |
| 12 | -12 |
| 13 | -13 |
| 14 | -14 |
Related Videos
See Also
References