[a,b) ( a b -- interval )
Factor handbook » The language » Numbers » Intervals » Creating intervals

Prev:(a,b) ( a b -- interval )
Next:(a,b] ( a b -- interval )


Vocabulary
math.intervals

Inputs
aa real
ba real


Outputs
intervalan interval


Word description
Creates a new interval that includes the lower endpoint and excludes the upper endpoint.

Definition