Difference between revisions of "Manuals/calci/NEGATIVE"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
+
{{#ev:youtube|v=Xah81en5WBM|280|center|NEGATIVE}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:18, 21 November 2018

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

NEGATIVE

See Also

References