6.6.6 Intersection of intervals
The
intersect
operator is a binary infixed operator that finds the intersection of two intervals.
Example
i
[1,3]
intersect
i
[2,4]
[2.00000000000000..3.00000000000000]