Difference between revisions of "Manuals/calci/NES"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NES(A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Description== *This function checks if given two numbers are ...") |
|||
Line 16: | Line 16: | ||
#NES(2/3,6/9) = false | #NES(2/3,6/9) = false | ||
#NES("june","june") = false | #NES("june","june") = false | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=if_uoOTVgXw|280|center|Comparison Operator}} | ||
==See Also== | ==See Also== |
Revision as of 14:38, 7 March 2019
NES(A,B)
- and are any real numbers.
Description
- This function checks if given two numbers are not equal.
- In , and are any real and Imaginary number.
- NES will return the result as "TRUE" when A is not equal to B.
- NES will return the result as "FALSE" when A is equal to B.
- NES compares both real and imaginary parts A and B.
- This function will check for alphabets and special characters also.
Examples
- NES(46,23) = true
- NES(65,-65) = true
- NES(5.43, 5.43) = false
- NES(2/3,6/9) = false
- NES("june","june") = false
Related Videos
See Also
References