Difference between revisions of "Manuals/calci/UNITNE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITNE (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Descreiption== *This function determines the non-equality...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNITNE ( | + | <div style="font-size:30px">'''UNITNE (a,b)'''</div><br/> |
− | *<math> | + | *<math>a</math> and <math>b</math> are any real numbers. |
==Descreiption== | ==Descreiption== | ||
*This function determines the non-equality of two numbers. | *This function determines the non-equality of two numbers. | ||
− | *In <math>UNITNE( | + | *In <math>UNITNE(a,b)</math>,<math>a</math> and <math>b</math>are any real numbers. |
− | *UNITNE will return the result as "TRUE" when | + | *UNITNE will return the result as "TRUE" when a is not equal to b. |
− | *UNITNE will return the result as "FALSE" when | + | *UNITNE will return the result as "FALSE" when a is equal to b. |
− | *UNITNE compares both integer and fractional parts of | + | *UNITNE compares both integer and fractional parts of a and b. |
Line 16: | Line 16: | ||
#UNITNE(2/3,6/9) = false | #UNITNE(2/3,6/9) = false | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=wYyePU0mM0s|280|center|Comparison}} | ||
==See Also== | ==See Also== | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/UNITNES | UNITNES]] |
*[[Manuals/calci/UNITEQ | UNITEQ]] | *[[Manuals/calci/UNITEQ | UNITEQ]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/EQ | EQ]] |
*[[Z_API_Functions | List of Main Z Functions]] | *[[Z_API_Functions | List of Main Z Functions]] | ||
*[[Z3 | Z3 home ]] | *[[Z3 | Z3 home ]] | ||
==References== | ==References== | ||
+ | [https://en.wikipedia.org/wiki/Equality_(mathematics) Equality] | ||
+ | |||
[https://api.jquery.com/eq/ Equal] | [https://api.jquery.com/eq/ Equal] | ||
Latest revision as of 04:16, 14 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