Difference between revisions of "Manuals/calci/GE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
*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.
  
==Examples=
+
==Examples==
 
#GE(90,89) = true
 
#GE(90,89) = true
 
#GE(44,44.01) = False
 
#GE(44,44.01) = False

Revision as of 14:56, 15 May 2017

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.

Examples

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

See Also

References