differencedifferenceDifferenceDifferencedifference calculates the set-theoretic difference of
two regions:
(Regions in Region) - (Regions in Sub)
The resulting region is defined as the input region
(RegionRegionRegionregionregion) with all points from SubSubSubsubsub removed.
Note that, internally, all regions of SubSubSubsubsub are united to
a single region before the differences between the individual regions of
RegionRegionRegionregionregion and the united region are calculated.
Attention
Empty regions are valid for both parameters. On output, empty
regions may result. The value of the system flag
'store_empty_region'"store_empty_region""store_empty_region""store_empty_region""store_empty_region" determines the behavior in this
case.
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).