Difference between revisions of "Manuals/calci/EQS"

From ZCubes Wiki
Jump to navigation Jump to search
(One intermediate revision by one other user not shown)
Line 15: Line 15:
 
#EQS(7/8,21/24) = true
 
#EQS(7/8,21/24) = true
 
#EQS("G","B") = false
 
#EQS("G","B") = false
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=Sq-vDGU0LhM|280|center|Equal}}
  
 
==See Also==
 
==See Also==
Line 24: Line 28:
  
 
==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:55, 14 February 2019

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

Related Videos

Equal

See Also

References

Equality

Equal