Manuals/calci/NES

From ZCubes Wiki
Jump to navigation Jump to search
NES(A,B)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B} are any real numbers.

Description

  • This function checks if given two numbers are not equal.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NES(A,B)} , and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B} 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

  1. NES(46,23) = true
  2. NES(65,-65) = true
  3. NES(5.43, 5.43) = false
  4. NES(2/3,6/9) = false
  5. NES("june","june") = false

Related Videos

Comparison Operator

See Also


References

Equal