Directory > Computers > Programming > Languages > Fortran > Source Code > Increasing Precision Variable Precision Arithmetic Lawry Schonfelder's variable precision package, using many of the new features introduced in Fortran 90. http://www.nasoftware.co.uk/fortran-plus/vpa.html Reviews Rating: Not yet Rated
Whois Check
Large integers module Extends the range of integers beyond 2^31. Could be useful for finding prime factors of large integers. http://www.swcp.com/~walt/big_integers.f90 Reviews Rating: Not yet Rated
Whois 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://www.lmu.edu/acad/personal/faculty/dmsmith2/FMLIB.html Reviews Rating: Not yet Rated
Whois Check
Quadruple precision for the NAS FortranPlus compiler. Using the 10-byte format available with Intel processors, this module gives about 38 decimal digits accuracy. http://users.bigpond.net.au/amiller/NAS/quad_NAS.f90 Reviews Rating: Not yet Rated
Whois Check
Multiprecision Software Directory 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. http://www.nersc.gov/~dhbailey/mpdist/mpdist.html Reviews Rating: Not yet Rated
Whois Check
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/ Reviews Rating: Not yet Rated
Whois Check
|