Manuals/calci/NONPOSITIVE
Jump to navigation
Jump to search
NONPOSITIVE(Value)
- is any real number.
Description
- This function checks if the given number is non-positive (negative) or not.
- Suppose the is positive ,then this function returns 'false'.
- If is a negative number ,then this function returns 'true'.
Examples
- =NONPOSITIVE(800) = false
- =NONPOSITIVE(-0.44) = true
- =NONPOSITIVE(0) = true
- =NONPOSITIVE(3/4) = false
Related Videos
See Also
References