Difference between revisions of "Manuals/calci/NEGATIVE"
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
==Related Videos== | ==Related Videos== | ||
| − | {{#ev:youtube| | + | {{#ev:youtube|v=Xah81en5WBM|280|center|NEGATIVE}} |
==See Also== | ==See Also== | ||
Latest revision as of 14:18, 21 November 2018
NEGATIVE(Value)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} is any real number.
Description
- This function checks if the given number is negative or not.
- Suppose the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} is non-negative ,then this function returns 'false'.
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} 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