2010
DOI: 10.1017/cbo9780511921698
|View full text |Cite
|
Sign up to set email alerts
|

Modern Computer Arithmetic

Abstract: Modern Computer Arithmetic focuses on arbitrary-precision algorithms for efficiently performing arithmetic operations such as addition, multiplication and division, and their connections to topics such as modular arithmetic, greatest common divisors, the Fast Fourier Transform (FFT), and the computation of elementary and special functions. Brent and Zimmermann present algorithms that are ready to implement in your favourite language, while keeping a high-level description and avoiding too low-level or machine-… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
161
0
3

Year Published

2011
2011
2024
2024

Publication Types

Select...
4
3
1

Relationship

1
7

Authors

Journals

citations
Cited by 201 publications
(164 citation statements)
references
References 28 publications
0
161
0
3
Order By: Relevance
“…215-245], [26, pp. 299-318], [27,28,29], and [32]. Software packages implementing these schemes have been available since the early days of computing.…”
Section: High-precision Softwarementioning
confidence: 99%
“…215-245], [26, pp. 299-318], [27,28,29], and [32]. Software packages implementing these schemes have been available since the early days of computing.…”
Section: High-precision Softwarementioning
confidence: 99%
“…NewtonRaphson algorithm [22] can be used to compute functional inverse functions, such as reciprocal, division, reciprocal square root, and square root. A table lookup, which stores the approximate value, is always followed to reduce the number of Newton-Raphson iteration.…”
Section: Methods For Elementary Functionmentioning
confidence: 99%
“…[22] This iteration has quadratical convergence and the number of iterations is N n =log 2 (prec r /prec i ).…”
Section: Vp Division Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…If n 0 is the threshold between classical multiplication and Karatsuba algorithm then up to threshold limit n 0 we can use Nikhilam multiply and beyond that limit we can use Karatsuba multiply. We can write the Karatsuba algorithm as given in [2], with the only modification that if n < n 0 NikhilamMultiplication is called. The corresponding pseudo code is given in Algorithm 3.…”
Section: Applicationsmentioning
confidence: 99%