IntervalIntersection¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
IntervalIntersection[i1, i2, ...] gives the interval representing the intersection of the intervals ij (Interval[] if they are disjoint).
Examples¶
No verified examples yet for this function.
Implementation notes¶
Attributes: Flat, Orderless, Protected.
References¶
- Source:
src/interval.c - Specification index:
Mathilda_spec.md - Tests:
tests/test_interval.c