- interval-lower-bounds->list intervalprocedure
- interval-upper-bounds->list intervalprocedure
If interval is an interval built with
(make-interval lower-bounds upper-bounds)
then interval-lower-bounds->list returns (vector->list lower-bounds) and interval-upper-bounds->list returns (vector->list upper-bounds). It is an error to call interval-lower-bounds->list or interval-upper-bounds->list if interval does not satisfy these conditions.