Manuals/calci/GE

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