1
2
3This document contains links to the literature used in the process of
4creating the library. The list is probably not complete.
5
6
7Mike Cowlishaw: General Decimal Arithmetic Specification
8http://speleotrove.com/decimal/decarith.html
9
10
11Jean-Michel Muller: On the definition of ulp (x)
12lara.inist.fr/bitstream/2332/518/1/LIP-RR2005-09.pdf
13
14
15T. E. Hull, A. Abrham: Properly rounded variable precision square root
16http://portal.acm.org/citation.cfm?id=214413
17
18
19T. E. Hull, A. Abrham: Variable precision exponential function
20http://portal.acm.org/citation.cfm?id=6498
21
22
23Roman E. Maeder: Storage allocation for the Karatsuba integer multiplication
24algorithm.  http://www.springerlink.com/content/w15058mj6v59t565/
25
26
27J. M. Pollard: The fast Fourier transform in a finite field
28http://www.ams.org/journals/mcom/1971-25-114/S0025-5718-1971-0301966-0/home.html
29
30
31David H. Bailey: FFTs in External or Hierarchical Memory
32http://crd.lbl.gov/~dhbailey/dhbpapers/
33
34
35W. Morven Gentleman: Matrix Multiplication and Fast Fourier Transforms
36http://www.alcatel-lucent.com/bstj/vol47-1968/articles/bstj47-6-1099.pdf
37
38
39Mikko Tommila: Apfloat documentation
40http://www.apfloat.org/apfloat/2.41/apfloat.pdf
41
42
43Joerg Arndt: "Matters Computational"
44http://www.jjj.de/fxt/
45
46
47Karl Hasselstrom: Fast Division of Large Integers
48www.treskal.com/kalle/exjobb/original-report.pdf
49
50
51
52