Difference between revisions of "Manuals/calci/MOPWITHEQ"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''EQ (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Descreiption== *This function determines the equality of two...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
==Examples== | ==Examples== | ||
− | #EQ( | + | #EQ(54,54) = true |
− | #EQ(- | + | #EQ(-10,10) = false |
− | #EQ( | + | #EQ("A",14.02) = false |
#EQ(2/3,6/9) = true | #EQ(2/3,6/9) = true | ||
#EQ("june","june") = true | #EQ("june","june") = true | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Sq-vDGU0LhM|280|center|Equal}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:27, 15 January 2019
EQ (A,B)
- and are any real numbers.
Descreiption
- This function determines the equality of two numbers.
- In , and are any real and Imaginary number.
- EQ will return the result as "TRUE" when A equals B.
- EQ will return the result as "FALSE" when A not equals B.
- EQ compares both real and imaginary parts A and B.
- This function will check for alphabets and special characters also.
Examples
- EQ(54,54) = true
- EQ(-10,10) = false
- EQ("A",14.02) = false
- EQ(2/3,6/9) = true
- EQ("june","june") = true
Related Videos
See Also
References