  |
High-Precision Software Directory - http://crd.lbl.gov/~dhbailey/mpdist/mpdist.html
David Bailey's package for multiple precision, and packages for double-double (~32 dec. digits) and quad-double (~64 dec. digits) precision. The last two are in C++ with Fortran front ends. |
  |
FMLIB Multiple precision package - http://myweb.lmu.edu/dmsmith/FMLIB.html
David Smith's package for multi-precision arithmetic. Unlike most other packages, the components of these large numbers are stored as REALs. This is usually much more efficient than storing them as integers. This is TOMS algorithm 786. |
  |
http://www.netlib.org/mpfun/index.html - http://www.netlib.org/mpfun/index.html
Multiple precision arithmetic. |
  |
Multiple precision arithmetic - http://www.netlib.org/bmp/
This is Richard Brent's classic MP package, which was published as TOMS algorithm 524. Contains some features such as the Bernoulli numbers, which are not available in either Smith or Bailey's packages. Dates from 1981. |
 |
Quadruple precision for the NAS FortranPlus compiler. - http://users.bigpond.net.au/amiller/NAS/quad_NAS.f90
Using the 10-byte format available with Intel processors, this module gives about 38 decimal digits accuracy. |