<interval> ( from to -- interval )


Vocabulary
math.intervals

Inputs
froma { point included? } pair
toa { point included? } pair


Outputs
intervalan interval


Word description
Creates a new interval. Usually it is more convenient to create intervals using one of the following words instead:
[a,b]
(a,b)
[a,b)
(a,b]
[a,inf]
(a,inf]
[-inf,b)
[-inf,b]


Definition