865 bytes added
, 11:05, 12 April 2017
<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 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(-55) = -55 55
For a given set of numbers, table is displayed as follows -
*PLUSMINUS([981,872,156,123,200]) =
*PLUSMINUS(4..14) =
==See Also==
*[[Manuals/calci/MINUS | MINUS]]
*[[Manuals/calci/SUBTRACT | SUBTRACT ]]
*[[Manuals/calci/DECREASING | DECREASING ]]
*[[Manuals/calci/DECREMENT | DECREMENT ]]
==References==
*[https://www.mathsisfun.com/numbers/subtraction.html Minus]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]