Difference between revisions of "Manuals/calci/UNITEQ"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
*UNITEQ will return the result as "TRUE" when A equals B. | *UNITEQ will return the result as "TRUE" when A equals B. | ||
*UNITEQ will return the result as "FALSE" when A is not equal to B. | *UNITEQ will return the result as "FALSE" when A is not equal to B. | ||
− | *UNITEQ compares both integer and fractional parts of A and B | + | *UNITEQ compares both integer and fractional parts of A and B. |
− | |||
==Examples== | ==Examples== |
Revision as of 20:26, 4 April 2017
UNITEQ (A,B)
- and are any real numbers.
Descreiption
- This function determines the equality of two numbers.
- In , and are any real numbers.
- UNITEQ will return the result as "TRUE" when A equals B.
- UNITEQ will return the result as "FALSE" when A is not equal to B.
- UNITEQ compares both integer and fractional parts of A and B.
Examples
- UNITEQ(28,28) = true
- UNITEQ(-453,-453) = true
- UNITEQ(14.23,14.02) = false
- UNITEQ(2/3,6/9) = true
See Also
References