Greater Than or Equal To geq The geq command will test if the left number is greater than or equal to the right number. Returns 1 if true, 0 if false. Function Arguments geq(left_operand, right_operand) This is equivalent to left_operand >= right_operand Algebraic Example geq(3, 4) RPN Example 3 4 geq