Functions to Support Input and Output of Intervals
M.H. van Emden, B. Moa, and S.C. Somosan

TL;DR
This paper develops new decimal interval input/output functions that enable accurate and efficient interval arithmetic by addressing the limitations of standard I/O libraries and conversion algorithms.
Contribution
The paper introduces a novel approach for decimal interval I/O that simplifies outward rounding in radix conversion, improving interval arithmetic reliability.
Findings
Developed decimal interval I/O functions from scratch.
Demonstrated improved accuracy in interval conversions.
Provided a framework for reliable interval arithmetic operations.
Abstract
Interval arithmetic is hardly feasible without directed rounding as provided, for example, by the IEEE floating-point standard. Equally essential for interval methods is directed rounding for conversion between the external decimal and internal binary numerals. This is not provided by the standard I/O libraries. Conversion algorithms exist that guarantee identity upon conversion followed by its inverse. Although it may be possible to adapt these algorithms for use in decimal interval I/O, we argue that outward rounding in radix conversion is computationally a simpler problem than guaranteeing identity. Hence it is preferable to develop decimal interval I/O ab initio, which is what we do in this paper.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical Methods and Algorithms · Parallel Computing and Optimization Techniques · Digital Filter Design and Implementation
