Manuals/calci/UNITNE

From ZCubes Wiki
Jump to navigation Jump to search
UNITNE (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.

Descreiption

  • This function determines the non-equality of two numbers.
  • In Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle UNITNE(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.
  • UNITNE will return the result as "TRUE" when a is not equal to b.
  • UNITNE will return the result as "FALSE" when a is equal to b.
  • UNITNE compares both integer and fractional parts of a and b.


Examples

  1. UNITNE(28,28) = false
  2. UNITNE(-45,-41) = true
  3. UNITNE(14.23,14.02) = true
  4. UNITNE(2/3,6/9) = false

Related Videos

Comparison

See Also

References

Equality

Equal