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...")
 
Line 17: Line 17:
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/FEQ | FEQ]]
+
 
 
*[[Manuals/calci/UNITEQ  | UNITEQ ]]
 
*[[Manuals/calci/UNITEQ  | UNITEQ ]]
 
*[[Manuals/calci/EQ  | EQ]]
 
*[[Manuals/calci/EQ  | EQ]]

Revision as of 03:28, 5 April 2017

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


See Also

References

Equal