rc_interval<T> hull(const rc_interval<T>& a, const rc_interval<T>& b); rc_interval<T> intersection(const rc_interval<T>& a, const rc_interval<T>& b);
Set operations given two rectangular complex intervals, :
Returns an interval that contains both and .
Returns an interval that is the intersection of and .