Changes

Jump to navigation Jump to search
Line 12: Line 12:  
#UNITOP(SUM,5,18) = 23
 
#UNITOP(SUM,5,18) = 23
 
#UNITOP(MINUS,-90,-75) = -15
 
#UNITOP(MINUS,-90,-75) = -15
#UNITOP(GT,210,210) = true (checks if first number is greater than or equal to second number)
+
#UNITOP(GT,210,201) = true (checks if first number is greater than or equal to second number)
 
#UNITOP(LT,3.234, 1.42) = false (checks if first number is less than second number)
 
#UNITOP(LT,3.234, 1.42) = false (checks if first number is less than second number)
 
#UNITOP(UNITMULTIPLY,5,18) = 90
 
#UNITOP(UNITMULTIPLY,5,18) = 90
 
#UNITOP(UNITMOD,5,3) = 2
 
#UNITOP(UNITMOD,5,3) = 2
 
#UNITOP(UNITDIVIDE,50,5) = 10
 
#UNITOP(UNITDIVIDE,50,5) = 10
      
==See Also==
 
==See Also==
writer
6,694

edits

Navigation menu