Basic Examples 
(2)
 

Calculate the complement of two intervals:
In[491]:=
[◼]
IntervalComplement
[Interval[{3,10}],Interval[{0,5}]]
Out[491]=
Interval[{5,10}]
———
Intervals can be disjoint:
In[492]:=
[◼]
IntervalComplement
[Interval[{0,4},{8,12}],Interval[{2,3},{6,11}]]
Out[492]=
Interval[{0,2},{3,4},{11,12}]

Scope 
(6)
 


Applications 
(1)
 


Properties and Relations 
(2)
 


Possible Issues 
(1)
 


Neat Examples 
(1)
 
