1. What are the contributions mentioned in the paper "Computing machine-efficient polynomial approximations" ?
The authors then have to consider polynomial approximations for which the degree-i coefficient has at most mi fractional bits ; in other words, it is a rational number with denominator 2mi.. The authors provide a general and efficient method for finding the best polynomial approximation under this constraint.
read more
2. What are the basic floating-point operations that are implemented in hardware on modern processors?
The basic floating-point operations that are implemented in hardware on modern processors are addition/subtraction, multiplication, and sometimes division and/or fused multiply-add, that is, an expression of the form x y + z, computed with one final rounding only.
read more
3. What are the two kinds of polynomial approximations?
Two kinds of polynomial approximations are used: the approximations that minimize the average error, called least squares approximations, and the approximations that minimize the worst-case error, called least maximum approximations, or minimax approximations.
read more
4. What is the idea2 to build a polytope?
The idea2 is to build a polytope , still containing the 2mi p i , such that ∩ Zn+1 is the smallest possible, which means that the number of candidate polynomials is the smallest possible, in order to reduce as much as possible the final step of computation of supremum norms.
read more





