Andreas Enge on Thu, 07 Nov 2019 18:42:02 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Release of PariTwine 0.1 |
Dear PARI and multiprecision amateurs, I am pleased to announce the release of PariDroid version 0.1, co-developed with Fredrik Johansson. The project provides a glue library between PARI/GP and a number of other mathematics libraries, currently GMP, GNU MPFR, GNU MPC, FLINT, ARB and CMH. First of all, it contains code to translate the different formats of numbers between PARI/GP and these external libraries. Second, this makes it possible to call functions of the libraries from the PARI C library with objects of the PARI type GEN. Third, these wrapped functions can be called from within the GP interpreter of the PARI/GP script language. For details, please see the documentation provided with the release, or http://www.multiprecision.org/paritwine/documentation.html This is the first release featuring the use of the autotools to determine which of the libraries are available; the file to be read in GP is tailored to them. The code is made available under the GPL version 2 or later at http://www.multiprecision.org/paritwine/home.html Enjoy! Andreas