Difference between revisions of "Manuals/calci/NONNEGATIVE"

From ZCubes Wiki
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...")
 
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
+
{{#ev:youtube|v=7VHwdmIUmw8|280|center|SIGN}}
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/POSITIVE| POSITIVE]]
+
*[[Manuals/calci/NONPOSITIVE| NONPOSITIVE]]
 
*[[Manuals/calci/NEGATIVE| NEGATIVE]]
 
*[[Manuals/calci/NEGATIVE| NEGATIVE]]
  

Latest revision as of 15: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

  1. =NONNEGATIVE(108) = true
  2. =NONNEGATIVE(-23.44) = false
  3. =NONNEGATIVE(0) = true
  4. =NONNEGATIVE(-6.668) = false

Related Videos

SIGN

See Also

References