Bill Allombert on Wed, 16 Sep 2020 07:51:36 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
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.