Top /
Computers /
Programming /
Languages /
Fortran /
Source_Code /
Increasing_Precision /
|
Multiple precision arithmetic
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.
http://www.netlib.org/bmp/
Netlib.org ~
Site Info
Whois
Trace Route
RBL Check
|
|
FMLIB Multiple precision package
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://myweb.lmu.edu/dmsmith/FMLIB.html
Lmu.edu ~
Site Info
Whois
Trace Route
RBL Check
|
|
|
|