Algosim documentation: ≥

≥ (greater-than or equal to)

The greater than or equal to relational operator.

Syntax

Description

The operator is implemented by the GreaterThanOrEqualTo function.

Examples

39/17 ≥ 381/167
true
❨❨5, 1, 2❩, ❨0, 3, 2❩❩ ≥ 0
true
tomorrow() ≥ yesterday()
true

See also