infix >=
Documentation for infix >=
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix >=
multi sub infix:«>=»(Int, Int)multi sub infix:«>=»(Num, Num)multi sub infix:«>=»(Real, Real)
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.