Difference between revisions of "Manuals/calci/NE"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
*NE compares both real and imaginary parts A and B.  
 
*NE compares both real and imaginary parts A and B.  
 
*This function will check for alphabets and special characters also.
 
*This function will check for alphabets and special characters also.
 +
 +
All comparison functions ( [[Manuals/calci/LT |LT]], [[Manuals/calci/LTE |LTE]], [[Manuals/calci/GT |GT]], [[Manuals/calci/GTE |GTE]], [[Manuals/calci/EQ |EQ]], [[Manuals/calci/NE |NE]], [[Manuals/calci/EQS |EQS]], [[Manuals/calci/NES |NES]], [[Manuals/calci/FEQ |FEQ]]) will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)
  
 
==Examples==
 
==Examples==
Line 16: Line 18:
 
#NE(2/3,6/9) = false
 
#NE(2/3,6/9) = false
 
#NE("june","june") = false
 
#NE("june","june") = false
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=buWxfbHQI2s|280|center|Not Equal}}
  
 
==See Also==
 
==See Also==

Latest revision as of 22:56, 21 March 2024

NE(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.
  • NE will return the result as "TRUE" when A is not equal to B.
  • NE will return the result as "FALSE" when A is equal to B.
  • NE compares both real and imaginary parts A and B.
  • This function will check for alphabets and special characters also.

All comparison functions ( LT, LTE, GT, GTE, EQ, NE, EQS, NES, FEQ) will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)

Examples

  1. NE(55,55) = false
  2. NE(-123,123) = true
  3. NE(5.43, 5.43) = false
  4. NE(2/3,6/9) = false
  5. NE("june","june") = false

Related Videos

Not Equal

See Also


References

Equal