Manuals/calci/UNITNE
Jump to navigation
Jump to search
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
See Also
References