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