Manuals/calci/NONPOSITIVE

From ZCubes Wiki
Revision as of 06:19, 8 April 2017 by Swapna (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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) = false
  4. =NONPOSITIVE(3/4) = false

Related Videos

SIGN

See Also

References