Bill Allombert on Thu, 17 Sep 2020 12:19:19 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Fortran compatibility |
On Wed, Sep 16, 2020 at 10:37:41PM +0000, Brereton, Ashley wrote: > 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. Of course! The only difficulty is to pass FORTRAN value to PARI and back. Do you know how to call c functions from FORTRAN? Cheers, Bill