Difference between revisions of "Manuals/calci/UNITEQS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''UNITEQS(A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Description== *This function determines the equality of t...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''UNITEQS(A,B)'''</div><br/>
+
<div style="font-size:30px">'''UNITEQS(a,b)'''</div><br/>
*<math>A</math> and <math>B</math> are any real numbers.
+
*<math>a</math> and <math>b</math> are any real numbers.
  
 
==Description==
 
==Description==
 
*This function determines the equality of two numbers.  
 
*This function determines the equality of two numbers.  
*In <math>UNITEQS(A,B)</math>,<math>A</math> and <math>B</math>are any real numbers.
+
*In <math>UNITEQS(a,b)</math>,<math>a</math> and <math>b</math>are any real numbers.
*UNITEQS will return the result as "TRUE" when A equals B.
+
*UNITEQS will return the result as "TRUE" when a equals b.
*UNITEQS will return the result as "FALSE" when A not equals B.  
+
*UNITEQS will return the result as "FALSE" when a not equals b.  
*UNITEQS  compares both integer and fractional parts of A and B.  
+
*UNITEQS  compares both integer and fractional parts of a and b.  
  
  
Line 15: Line 15:
 
#UNITEQS(7/8,21/24) = true
 
#UNITEQS(7/8,21/24) = true
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=h2FebF5S85c|280|center|Equality}}
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/FEQ | FEQ]]
+
 
 
*[[Manuals/calci/UNITEQ  | UNITEQ ]]
 
*[[Manuals/calci/UNITEQ  | UNITEQ ]]
 
*[[Manuals/calci/EQ  | EQ]]
 
*[[Manuals/calci/EQ  | EQ]]
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:53, 14 February 2019

UNITEQS(a,b)


  • and are any real numbers.

Description

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


Examples

  1. UNITEQS(44,23.3) = false
  2. UNITEQS(-65,-65) = true
  3. UNITEQS(7/8,21/24) = true

Related Videos

Equality

See Also

References

Equality

Equal