Difference between revisions of "Manuals/calci/UNITGT"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
#UNITGT(7/8,9/11) = true
 
#UNITGT(7/8,9/11) = true
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=04mN4GopRZA|280|center|Greater than}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:48, 7 February 2019

UNITGT (a,b)


  • and are any two real numbers.

Description

  • This function is the test for strictly greater number out of the two given numbers.
  • In , and are any two real numbers.
  • If a is strictly greater than b then will return the result as TRUE.
  • If a is equal to or less than b then will return the result as FALSE.

Examples

  1. UNITGT(99,30) = true
  2. UNITGT(-65,-34) = false
  3. UNITGT(300,300) = false
  4. UNITGT(1.222, 4.34) = false
  5. UNITGT(7/8,9/11) = true

Related Videos

Greater than

See Also

References