Changes

no edit summary
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<\math> is the number of which plus and minus values are to be found.
+
*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(-55) = -55 55
+
#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==
writer
2,661

edits