Difference between revisions of "Manuals/calci/UNITNE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''UNITNE (A,B)'''</div><br/>
+
<div style="font-size:30px">'''UNITNE (a,b)'''</div><br/>
*<math>A</math> and <math>B</math> are any real numbers.
+
*<math>a</math> and <math>b</math> are any real numbers.
  
 
==Descreiption==
 
==Descreiption==
 
*This function determines the non-equality of two numbers.  
 
*This function determines the non-equality of two numbers.  
*In <math>UNITNE(A,B)</math>,<math>A</math> and <math>B</math>are any real numbers.
+
*In <math>UNITNE(a,b)</math>,<math>a</math> and <math>b</math>are any real numbers.
*UNITNE will return the result as "TRUE" when A is not equal to B.
+
*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 will return the result as "FALSE" when a is equal to b.  
*UNITNE  compares both integer and fractional parts of A and B.  
+
*UNITNE  compares both integer and fractional parts of a and b.  
  
  

Revision as of 17:25, 26 June 2018

UNITNE (a,b)


  • and are any real numbers.

Descreiption

  • This function determines the non-equality of two numbers.
  • In , and 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


See Also

References

Equal