Manuals/calci/NONPOSITIVE

Revision as of 15:31, 26 November 2018 by Devika (talk | contribs) (→‎Related Videos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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