IntervalComplement
compute the complement of the intervals
interval_1 \ interval_2
. The intervals must be of structureIntervalData
(closed/opened ends of interval) and not of structureInterval
(only closed ends)
See:
Examples
Related terms
IntervalData, IntervalIntersection, IntervalMemberQ
Implementation status
- ✅ - full supported