Difference between revisions of "Manuals/calci/NEGATIVE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NEGATIVE(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function gives the negative of a given number. *Sup...") |
|||
Line 3: | Line 3: | ||
==Description== | ==Description== | ||
− | *This function | + | *This function checks if the given number is negative or not. |
− | *Suppose the <math>Value</math> is | + | *Suppose the <math>Value</math> is non-negative ,then this function returns 'false'. |
− | *If <math>Value</math> is a negative number ,then this function returns | + | *If <math>Value</math> is a negative number ,then this function returns 'true'. |
− | + | ||
− | |||
− | |||
==Examples== | ==Examples== | ||
− | # = | + | # =NEGATIVE(56) = false |
− | # = | + | # =NEGATIVE(-600) = true |
− | # = | + | # =NEGATIVE(0) = false |
− | # = | + | # =NEGATIVE(0.340) = false |
==Related Videos== | ==Related Videos== | ||
Line 21: | Line 19: | ||
==See Also== | ==See Also== | ||
+ | *[[Manuals/calci/NEG| NEG]] | ||
*[[Manuals/calci/ABS| ABS]] | *[[Manuals/calci/ABS| ABS]] | ||
Revision as of 05:39, 7 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
- =NEGATIVE(56) = false
- =NEGATIVE(-600) = true
- =NEGATIVE(0) = false
- =NEGATIVE(0.340) = false
Related Videos
See Also
References