Documentation for infix >=, infix ≥ assembled from the following pages:

Language documentation: Operators §

From Operators

(Operators) infix >=, infix ≥ §

multi sub infix:«>=»(Int:DInt:D)
multi sub infix:«>=»(Num:DNum:D)
multi sub infix:«>=»(Real:DReal:D)

Numeric greater than or equal to operator.

Coerces both arguments to Real (if necessary); returns True if the first argument is larger than or equal to the second.