Manuals/calci/UNITEQS
Jump to navigation
Jump to search
UNITEQS(A,B)
- and are any real numbers.
Description
- This function determines the equality of two numbers.
- In , and are any real numbers.
- UNITEQS will return the result as "TRUE" when A equals B.
- UNITEQS will return the result as "FALSE" when A not equals B.
- UNITEQS compares both integer and fractional parts of A and B.
Examples
- UNITEQS(44,23.3) = false
- UNITEQS(-65,-65) = true
- UNITEQS(7/8,21/24) = true
See Also
References