largerEq

x >= y

largerEq(x, y)

Check if value x is larger or equal to y. Returns true if x is larger or equal to y, and false if not.

Try it yourself:

All functions