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

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


Vocabulary
math.intervals

Inputs
aa real
ba real


Outputs
intervalan interval


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

Definition