Difference between revisions of "Manuals/calci/NONZERO"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NONZERO(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function checks if the given number is non-zero or n...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
==Description== | ==Description== | ||
− | *This function | + | *This function is the tester function of non zero values. |
− | * | + | *In <math>NONZERO (Value)</math>,<math>Value</math> is any real value or any complex number. |
− | + | *A quantity which does not equal zero is said to be nonzero. | |
+ | *A real nonzero number must be either positive or negative, and a complex nonzero number can have either real or imaginary part nonzero. | ||
+ | *When the given value is "0" then this function will return as FALSE. | ||
+ | *When the given value is any nonzero then this function will return as TRUE. | ||
Line 16: | Line 19: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube| | + | {{#ev:youtube|v=7MReikhldqg|280|center|NONZERO}} |
==See Also== | ==See Also== |
Latest revision as of 14:33, 26 November 2018
NONZERO(Value)
- is any real number.
Description
- This function is the tester function of non zero values.
- In , is any real value or any complex number.
- A quantity which does not equal zero is said to be nonzero.
- A real nonzero number must be either positive or negative, and a complex nonzero number can have either real or imaginary part nonzero.
- When the given value is "0" then this function will return as FALSE.
- When the given value is any nonzero then this function will return as TRUE.
Examples
- =NONZERO(86) = true
- =NONZERO(-44) = true
- =NONZERO(0) = false
- =NONZERO(3/4) = true
Related Videos
See Also
References