Brereton, Ashley on Thu, 17 Sep 2020 00:37:44 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Fortran compatibility |
Many thanks for your suggestions and your quick responses!
I will have a go at using gp2C!
Concerning X, this may or not be a problem.
X in my case is something like:
X=1e36 x log(10000)
I hoped I could handle the multiplications inside Pari somehow.
Best wishes, Ash From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Sent: 16 September 2020 06:51 To: pari-users@pari.math.u-bordeaux.fr Subject: Re: Fortran compatibility On Wed, Sep 16, 2020 at 02:06:32AM +0000, Brereton, Ashley wrote:
> Hi all, > > > I was wondering if somebody knew if it was possible to use Pari with Fortran. > > > My goal is to do a very simple task: > > > modulo(X,2pi) > > where X is a very long number. PARI is a C library so in principle you can use it in FORTRAN. The question is, how do you plan to create X on the FORTRAN side ? Cheers, Bill. |