Difference between revisions of "Manuals/calci/GE"
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
- GE(90,89) = true
- GE(44,44.01) = False
- GE(-30,-39) = true
- GE(1/2,2/3) = False