Difference between revisions of "Manuals/calci/NONPOSITIVE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NONPOSITIVE(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function checks if the given number is non-posit...")
 
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
# =NONPOSITIVE(800) = false
 
# =NONPOSITIVE(800) = false
 
# =NONPOSITIVE(-0.44) = true
 
# =NONPOSITIVE(-0.44) = true
# =NONPOSITIVE(0) = false
+
# =NONPOSITIVE(0) = true
 
# =NONPOSITIVE(3/4) = false
 
# =NONPOSITIVE(3/4) = false
  
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
+
{{#ev:youtube|v=7VHwdmIUmw8|280|center|SIGN}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:31, 26 November 2018

NONPOSITIVE(Value)


  • is any real number.

Description

  • This function checks if the given number is non-positive (negative) or not.
  • Suppose the is positive ,then this function returns 'false'.
  • If is a negative number ,then this function returns 'true'.


Examples

  1. =NONPOSITIVE(800) = false
  2. =NONPOSITIVE(-0.44) = true
  3. =NONPOSITIVE(0) = true
  4. =NONPOSITIVE(3/4) = false

Related Videos

SIGN

See Also

References