Manuals/calci/GE
Jump to navigation
Jump to search
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
- GE(90,89) = true
- GE(44,44.01) = False
- GE(-30,-39) = true
- GE(1/2,2/3) = False