Difference between revisions of "Manuals/calci/EQ"

From ZCubes Wiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
==References==
 
==References==
 +
[https://en.wikipedia.org/wiki/Equality_(mathematics) Equality]
 +
 
[https://api.jquery.com/eq/ Equal]
 
[https://api.jquery.com/eq/ Equal]
  

Revision as of 01:54, 14 February 2019

EQ (A,B)


  • and are any real numbers.

Descreiption

  • This function determines the equality of two numbers.
  • In , and are any real and Imaginary number.
  • EQ will return the result as "TRUE" when A equals B.
  • EQ will return the result as "FALSE" when A not equals B.
  • EQ compares both real and imaginary parts A and B.
  • This function will check for alphabets and special characters also.

Examples

  1. EQ(90,90) = true
  2. EQ(-123,123) = false
  3. EQ(14.23,14.02) = false
  4. EQ(2/3,6/9) = true
  5. EQ("june","june") = true

Related Videos

Equal

See Also

References

Equality

Equal