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