Manuals/calci/NONNEGATIVE

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