Vocabularymath.
intervalsInputsOutputsWord descriptionOutputs the smallest closed interval containing the endpoints of
i1.
ExamplesUSING: math.intervals prettyprint ;
1 3 [a,b) interval-closure .
T{ interval { from { 1 t } } { to { 3 t } } }
Definition