In Operators§

See primary documentation in context for infix >=, infix ≥.

multi infix:«>=»(Int:D, Int:D)
multi infix:«>=»(Num:D, Num:D)
multi infix:«>=»(Real:D, Real: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.