Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''UNITEQ (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Descreiption== *This function determines the equality of ..."
<div style="font-size:30px">'''UNITEQ (A,B)'''</div><br/>
*<math>A</math> and <math>B</math> are any real numbers.

==Descreiption==
*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.
*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.
*This function will check for alphabets and special characters also.

==Examples==
#UNITEQ(28,28) = true
#UNITEQ(-453,-453) = true
#UNITEQ(14.23,14.02) = false
#UNITEQ(2/3,6/9) = true
#UNITEQ("june","june") = true


==See Also==
*[[Manuals/calci/EQ | EQ]]
*[[Manuals/calci/UNITEQS | UNITEQS]]
*[[Manuals/calci/EQS | EQS]]
*[[Z_API_Functions | List of Main Z Functions]]
*[[Z3 | Z3 home ]]

==References==
[https://api.jquery.com/eq/ Equal]





*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
2,661

edits

Navigation menu