Difference between revisions of "Manuals/calci/EQS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "eqs")
 
Line 1: Line 1:
eqs
+
<div style="font-size:30px">'''EQS (A,B)'''</div><br/>
 +
*<math>A</math> and <math>B</math> are any real numbers.
 +
 
 +
==Description==
 +
*This function determines the equality of two numbers.
 +
*In <math>EQS(A,B)</math>,<math>A</math> and <math>B</math>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
 +
 
 +
==See Also==
 +
*[[Manuals/calci/FEQ | FEQ]]
 +
*[[Manuals/calci/MEQUAL  | MEQUAL ]]
 +
*[[Manuals/calci/EQ  | EQ]]
 +
 
 +
==References==
 +
[https://api.jquery.com/eq/ Equal]

Revision as of 15:03, 8 March 2017

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

  1. EQS(23,23.3) = false
  2. EQS(-65,-65) = true
  3. EQS(7/8,21/24) = true
  4. EQS("G","B") = false

See Also

References

Equal