Manuals/calci/POSITIVE
POSITIVE(Value)
- is any real number.
Description
- This function checks if the given number is positive or not.
- Suppose the is non-negative ,then this function returns 'true'.
- If 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
See Also
References