Difference between revisions of "Manuals/calci/UNITNE"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube|v=wYyePU0mM0s|280|center|}} | + | {{#ev:youtube|v=wYyePU0mM0s|280|center|Comparison}} |
==See Also== | ==See Also== |
Revision as of 13:59, 7 February 2019
UNITNE (a,b)
- and are any real numbers.
Descreiption
- This function determines the non-equality of two numbers.
- In , and are any real numbers.
- UNITNE will return the result as "TRUE" when a is not equal to b.
- UNITNE will return the result as "FALSE" when a is equal to b.
- UNITNE compares both integer and fractional parts of a and b.
Examples
- UNITNE(28,28) = false
- UNITNE(-45,-41) = true
- UNITNE(14.23,14.02) = true
- UNITNE(2/3,6/9) = false
Related Videos
See Also
References