Handbook
Glossary
interval>points ( interval -- from to )
Vocabulary
math
.
intervals
Inputs
interval
an
interval
Outputs
from
a
{ point included? }
pair
to
a
{ point included? }
pair
Word description
Outputs both endpoints of the interval.
Definition
USING:
accessors
kernel
;
IN:
math.intervals
:
interval>points
( interval -- from to )
[
from>>
]
[
to>>
]
bi
;