greater_than_or_equal_2Version: NextOn this pagegreater_than_or_equal/2 Description greater_than_or_equal/2 is a predicate that tests if one arithmetic expression is greater than or equal to another. Signature >=(+Left, +Right) Where: Left is the first arithmetic expression. Right is the second arithmetic expression.