• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
23T. Granlund, P. L. Montgomery: Division by Invariant Integers using Multiplication
24http://gmplib.org/~tege/divcnst-pldi94.pdf
25
26
27Roman E. Maeder: Storage allocation for the Karatsuba integer multiplication
28algorithm.  http://www.springerlink.com/content/w15058mj6v59t565/
29
30
31J. M. Pollard: The fast Fourier transform in a finite field
32http://www.ams.org/journals/mcom/1971-25-114/S0025-5718-1971-0301966-0/home.html
33
34
35David H. Bailey: FFTs in External or Hierarchical Memory
36http://crd.lbl.gov/~dhbailey/dhbpapers/
37
38
39W. Morven Gentleman: Matrix Multiplication and Fast Fourier Transforms
40http://www.alcatel-lucent.com/bstj/vol47-1968/articles/bstj47-6-1099.pdf
41
42
43Mikko Tommila: Apfloat documentation
44http://www.apfloat.org/apfloat/2.41/apfloat.pdf
45
46
47Joerg Arndt: "Matters Computational"
48http://www.jjj.de/fxt/
49
50
51Karl Hasselstrom: Fast Division of Large Integers
52www.treskal.com/kalle/exjobb/original-report.pdf
53
54
55
56