Difference between revisions of "Manuals/calci/GE"

 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
*If A is greater than  or equal to B then will return the result as TRUE.  
 
*If A is greater than  or equal to B then will return the result as TRUE.  
 
*If A is less than B then will return the result as FALSE.
 
*If A is less than B then will return the result as FALSE.
 +
 +
All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)
  
 
==Examples==
 
==Examples==
Line 14: Line 16:
 
#GE(-30,-39) = true
 
#GE(-30,-39) = true
 
#GE(1/2,2/3) = False
 
#GE(1/2,2/3) = False
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=-WlA9u6MiO8|280|center|Greater Than}}
  
 
==See Also==
 
==See Also==

Latest revision as of 22:51, 21 March 2024

GE (A,B)


GTE (A,B)


  • and are any two real numbers.

Description

  • This function is the test for greater than or equal to the given numbers.
  • In  ,  and   are any two real numbers.
  • If A is greater than or equal to B then will return the result as TRUE.
  • If A is less than B then will return the result as FALSE.

All comparison function will assume B as 0, if not provided. So EQ(10) will be treated as EQ(10,0)

Examples

  1. GE(90,89) = true
  2. GE(44,44.01) = False
  3. GE(-30,-39) = true
  4. GE(1/2,2/3) = False

Related Videos

Greater Than

See Also

References