986 bytes added
, 11:27, 7 April 2017
<div style="font-size:30px">'''NEGATIVE(Value)'''</div><br/>
*<math>Value</math> is any real number.
==Description==
*This function gives the negative of a given number.
*Suppose the <math>Value</math> is a positive number ,then this function returns a negative number.
*If <math>Value</math> is a negative number ,then this function returns a positive number.
*Also <math>n</math> is zero, this function shows 0.
*This function will shows the result as error when the <math>n</math> value is non-numeric.
*Also when we are giving the <math>n</math> value with Complex number, then it will consider only the real part of a Complex number.
==Examples==
# =SIGN(56) = 1
# =SIGN(-490) = -1
# =SIGN(0) = 0
# =SIGN(0.0000001) = 1
==Related Videos==
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
==See Also==
*[[Manuals/calci/ABS| ABS]]
==References==
*[http://en.wikipedia.org/wiki/Sign_%28mathematics%29 Sign]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]