Difference between revisions of "Manuals/calci/NE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NE(A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Descreiption== *This function checks if given two numbers are ...")
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
*<math>A</math> and <math>B</math> are any real numbers.
 
*<math>A</math> and <math>B</math> are any real numbers.
  
==Descreiption==
+
==Description==
 
*This function checks if given two numbers are not equal.
 
*This function checks if given two numbers are not equal.
 
*In <math>NE(A,B)</math>,<math>A</math> and <math>B</math>are any real and Imaginary number.
 
*In <math>NE(A,B)</math>,<math>A</math> and <math>B</math>are any real and Imaginary number.
Line 16: Line 16:
 
#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==

Revision as of 15:59, 15 January 2019

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.

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