Difference between revisions of "Manuals/calci/UNITEQS"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITEQS(A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Description== *This function determines the equality of t...") |
|||
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
− | + | ||
*[[Manuals/calci/UNITEQ | UNITEQ ]] | *[[Manuals/calci/UNITEQ | UNITEQ ]] | ||
*[[Manuals/calci/EQ | EQ]] | *[[Manuals/calci/EQ | EQ]] |
Revision as of 02:28, 5 April 2017
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