Difference between revisions of "Manuals/calci/PLUSMINUS"
Jump to navigation
Jump to search
(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...") |
|||
| 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== | ||
| Line 9: | Line 9: | ||
==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) = | *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 | ||
| + | |} | ||
==See Also== | ==See Also== | ||
Revision as of 05:16, 12 April 2017
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.
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 |
See Also
References