Difference between revisions of "Manuals/calci/NEGATIVE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
==See Also==
 
==See Also==
 +
*[[Manuals/calci/POSITIVE| POSITIVE]]
 
*[[Manuals/calci/NEG| NEG]]
 
*[[Manuals/calci/NEG| NEG]]
 
*[[Manuals/calci/ABS| ABS]]
 
*[[Manuals/calci/ABS| ABS]]

Revision as of 05:53, 8 April 2017

NEGATIVE(Value)


  • is any real number.

Description

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


Examples

  1. =NEGATIVE(56) = false
  2. =NEGATIVE(-600) = true
  3. =NEGATIVE(0) = false
  4. =NEGATIVE(0.340) = false

Related Videos

SIGN

See Also

References