Difference between revisions of "Manuals/calci/UNITEQ"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
==Descreiption==
 
==Descreiption==
 
*This function determines the equality of two numbers.  
 
*This function determines the equality of two numbers.  
*In <math>UNITEQ(a,b)</math>,<math>A</math> and <math>B</math>are any real numbers.
+
*In <math>UNITEQ(a,b)</math>,<math>a</math> and <math>b</math>are any real numbers.
*UNITEQ will return the result as "TRUE" when A equals B.
+
*UNITEQ will return the result as "TRUE" when a equals b.
*UNITEQ will return the result as "FALSE" when A is not equal to B.  
+
*UNITEQ will return the result as "FALSE" when a is not equal to b.  
*UNITEQ  compares both integer and fractional parts of A and B.
+
*UNITEQ  compares both integer and fractional parts of a and b.
  
 
==Examples==
 
==Examples==
Line 15: Line 15:
 
#UNITEQ(2/3,6/9) = true
 
#UNITEQ(2/3,6/9) = true
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=h2FebF5S85c|280|center|Equality}}
  
 
==See Also==
 
==See Also==
Line 24: Line 27:
  
 
==References==
 
==References==
 +
[https://en.wikipedia.org/wiki/Equality_(mathematics) Equality]
 +
 
[https://api.jquery.com/eq/ Equal]
 
[https://api.jquery.com/eq/ Equal]
  

Latest revision as of 01:54, 14 February 2019

UNITEQ (a,b)


  • and are any real numbers.

Descreiption

  • This function determines the equality of two numbers.
  • In , and are any real numbers.
  • UNITEQ will return the result as "TRUE" when a equals b.
  • UNITEQ will return the result as "FALSE" when a is not equal to b.
  • UNITEQ compares both integer and fractional parts of a and b.

Examples

  1. UNITEQ(28,28) = true
  2. UNITEQ(-453,-453) = true
  3. UNITEQ(14.23,14.02) = false
  4. UNITEQ(2/3,6/9) = true

Related Videos

Equality

See Also

References

Equality

Equal