Skip to content

IntervalUnion

Computes the union of intervals.

$ wo 'IntervalUnion[Interval[{1, 4}], Interval[{3, 7}]]'
Interval[{1, 7}]