- interval-dimension intervalprocedure
If interval is an interval built with
(make-interval lower-bounds upper-bounds)
then interval-dimension returns (vector-length lower-bounds). It is an error to call interval-dimension if interval is not an interval.