Manuals/calci/EQS
EQS (A,B)
- and are any real numbers.
Description
- This function determines the equality of two numbers.
- In , and are any real and Imaginary number.
- EQS will return the result as "TRUE" when A equals B.
- EQS will return the result as "FALSE" when A not equals B.
- EQS compares both real and imaginary parts A and B.
- This function will check for alphabets and special characters also.
Examples
- EQS(23,23.3) = false
- EQS(-65,-65) = true
- EQS(7/8,21/24) = true
- EQS("G","B") = false
Related Videos
See Also
References