Difference between revisions of "Manuals/calci/NONNEGATIVE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NONNEGATIVE(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function checks if the given number is non-negat...") |
|||
Line 19: | Line 19: | ||
==See Also== | ==See Also== | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/NONPOSITIVE| NONPOSITIVE]] |
*[[Manuals/calci/NEGATIVE| NEGATIVE]] | *[[Manuals/calci/NEGATIVE| NEGATIVE]] | ||
Revision as of 05:14, 8 April 2017
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