Skip to content

Interval

Status: Stable

documented, exercised by the test suite and/or worked examples, with no known limitations recorded.

Description

Interval[{min, max}] represents the range of real values between min and max, inclusive. Interval[{a1,b1}, {a2,b2}, ...] is the union of the ranges. Arithmetic and elementary functions thread through intervals, producing rigorous enclosures; exact endpoints are kept exact.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: Protected.

References