interval>points ( interval -- from to )


Vocabulary
math.intervals

Inputs
intervalan interval


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


Word description
Outputs both endpoints of the interval.

Definition