IntervalMemberQ¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
IntervalMemberQ[interval, x] gives True if x lies within interval, and False otherwise. IntervalMemberQ[interval, other] tests whether the interval other is wholly contained in interval.
Examples¶
No verified examples yet for this function.
Implementation notes¶
Attributes: Protected.
References¶
- Source:
src/interval.c - Specification index:
Mathilda_spec.md - Tests:
tests/test_interval.c