Difference between revisions of "Manuals/calci/NONNEGATIVE"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube| | + | {{#ev:youtube|v=7VHwdmIUmw8|280|center|SIGN}} |
==See Also== | ==See Also== |
Latest revision as of 14:30, 26 November 2018
NONNEGATIVE(Value)
- is any real number.
Description
- This function checks if the given number is non-negative(positive) or not.
- Suppose the is non-negative ,then this function returns 'true'.
- If is a negative number ,then this function returns 'false'.
Examples
- =NONNEGATIVE(108) = true
- =NONNEGATIVE(-23.44) = false
- =NONNEGATIVE(0) = true
- =NONNEGATIVE(-6.668) = false
Related Videos
See Also
References