Skip to Content
API Referencegeq (greater than or equal)

geq (greater than or equal)

geq(a: Array<Number>|Number, b: Array<Number>|Number) -> Array<Boolean>

Compares arrays a and b, and returns an array containing boolean values that are true in places where the values from a >= b, and false otherwise. At least 1 argument must be an array of some kind.