[comp.misc] WANTED: Unlimited Precision Mathematical Operation Subroutines

noring@vaxr.llnl.gov (12/06/90)

Hello all,

I am looking for a package of subroutines to do basic mathematical
operations (*, +, -, /, **) with unlimited precision (that is, where
I can specify the number of significant digits, for example, 1000).
Since I am using VMS-FORTRAN, I'd prefer these subroutines to be
FORTRAN-callable.

Does anybody out there in Usenetia seen such a package, or even
written one?  You're help is appreciated.

Jon Noring

jroth@allvax.enet.dec.com (Jim Roth) (12/07/90)

In article <1990Dec5.114630.1@vaxr.llnl.gov>, noring@vaxr.llnl.gov writes...

>I am looking for a package of subroutines to do basic mathematical
>operations (*, +, -, /, **) with unlimited precision (that is, where
>I can specify the number of significant digits, for example, 1000).
>Since I am using VMS-FORTRAN, I'd prefer these subroutines to be
>FORTRAN-callable.

You can obtain Richard Brent's MP package from netlib.  It's in portable
FORTRAN, and I've used it on VMS.

- Jim