754 bytes added
, 10:53, 8 April 2017
<div style="font-size:30px">'''POSITIVE(Value)'''</div><br/>
*<math>Value</math> is any real number.
==Description==
*This function checks if the given number is positive or not.
*Suppose the <math>Value</math> is non-negative ,then this function returns 'true'.
*If <math>Value</math> is a negative number ,then this function returns 'false'.
==Examples==
# =POSITIVE(66) = true
# =POSITIVE(-2/3) = false
# =POSITIVE(0) = false
# =POSITIVE(6.668) = true
==Related Videos==
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
==See Also==
*[[Manuals/calci/NEG| NEG]]
*[[Manuals/calci/NEGATIVE| NEGATIVE]]
==References==
*[http://en.wikipedia.org/wiki/Sign_%28mathematics%29 Sign]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]