kc_interval<T> hull(const kc_interval<T>& a, const kc_interval<T>& b); kc_interval<T> hull_radius(const kc_interval<T>& a, const kc_interval<T>& b);
These functions do set manipulations on intervals.
Return an interval that encloses both
, that is
.
Return an interval that encloses both
, that is
by expanding the radius of the first
interval
to enclose
.