Difference between revisions of "Manuals/calci/NONPOSITIVE"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
==Related Videos== | ==Related Videos== | ||
| − | {{#ev:youtube| | + | {{#ev:youtube|v=7VHwdmIUmw8|280|center|SIGN}} |
==See Also== | ==See Also== | ||
Latest revision as of 14:31, 26 November 2018
NONPOSITIVE(Value)
- is any real number.
Description
- This function checks if the given number is non-positive (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 positive ,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
- =NONPOSITIVE(800) = false
- =NONPOSITIVE(-0.44) = true
- =NONPOSITIVE(0) = true
- =NONPOSITIVE(3/4) = false
Related Videos
See Also
References