1991
DOI: 10.1145/114697.116813
|View full text |Cite
|
Sign up to set email alerts
|

Fast evaluation of elementary mathematical functions with correctly rounded last bit

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
52
0
1

Year Published

2001
2001
2023
2023

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 75 publications
(53 citation statements)
references
References 9 publications
0
52
0
1
Order By: Relevance
“…A first method introduced by Ziv [3] was to compute an approximation y of a function value f (x) with a bounded error of ǫ (containing mathematical and roundoff errors). As rounding modes are monotonic, if y − ǫ and y + ǫ round to the same floating-point number, f (x) does too : otherwise the correct rounding cannot be determined (see Fig.…”
Section: State Of the Artmentioning
confidence: 99%
See 1 more Smart Citation
“…A first method introduced by Ziv [3] was to compute an approximation y of a function value f (x) with a bounded error of ǫ (containing mathematical and roundoff errors). As rounding modes are monotonic, if y − ǫ and y + ǫ round to the same floating-point number, f (x) does too : otherwise the correct rounding cannot be determined (see Fig.…”
Section: State Of the Artmentioning
confidence: 99%
“…12.2], 2) find (p, ǫ) HR-cases with ad hoc methods such as Lefèvre or SLZ algorithms, 3) find the hardest-to-round among the (p, ǫ) HR-cases using Ziv method [3]. The most compute intensive step in this method is the second one.…”
Section: Definition 4 (mentioning
confidence: 99%
“…The mpfr project [8] aims to remedy this shortcoming; but the underlying basis for such algorithms does not seem to have been published. Ziv and others [25,9] have proposed to use arbitrary precision computation to achieve exact rounding. The problem with a naive application of arbitrary precision computation is termination.…”
Section: Fig 1 Elementary Functions In the Lia-2mentioning
confidence: 99%
“…Por ejemplo, la librería LIBULTIM realiza cálculos intermedios con hasta 800 bits de precisión de ahí la lentitud de la misma. Normalmente, estas librerías suelen utilizar una estrategia "Ziv's multinivel" [13]. Primero las funciones son evaluadas con una precisión relativamente baja y en el caso de que la función no pueda ser redondeada correctamente, se aumentará la precisión.…”
Section: Introductionunclassified