Difference between revisions of "Manuals/calci/UNITEQ"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
==Descreiption== | ==Descreiption== | ||
*This function determines the equality of two numbers. | *This function determines the equality of two numbers. | ||
− | *In <math>UNITEQ(a,b)</math>,<math> | + | *In <math>UNITEQ(a,b)</math>,<math>a</math> and <math>b</math>are any real numbers. |
− | *UNITEQ will return the result as "TRUE" when | + | *UNITEQ will return the result as "TRUE" when a equals b. |
− | *UNITEQ will return the result as "FALSE" when | + | *UNITEQ will return the result as "FALSE" when a is not equal to b. |
− | *UNITEQ compares both integer and fractional parts of | + | *UNITEQ compares both integer and fractional parts of a and b. |
==Examples== | ==Examples== |
Revision as of 16:04, 26 June 2018
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