Finding normal binary floating-point factors efficiently
Mak Andrlon

TL;DR
This paper introduces a fast algorithm for solving floating-point equations by efficiently computing normal floating-point factors, significantly improving the computational speed for automated reasoning tasks involving such equations.
Contribution
The paper presents a novel, efficient method for computing floating-point factors, enabling faster solutions to floating-point equations in automated reasoning.
Findings
Algorithm runs in time comparable to floating-point multiplication
Efficient computation of successive normal floating-point factors
Applicable to solving floating-point equations in automated reasoning
Abstract
Solving the floating-point equation , where , and belong to floating-point intervals, is a common task in automated reasoning for which no efficient algorithm is known in general. We show that it can be solved by computing a constant number of floating-point factors, and give a fast algorithm for computing successive normal floating-point factors of normal floating-point numbers in radix 2. This leads to an efficient procedure for solving the given equation, running in time of the same order as floating-point multiplication.
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
