Andreas Enge on Tue, 04 Feb 2014 15:58:43 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Interfacing pari and gmp/mpfr/mpc |
On Tue, Feb 04, 2014 at 02:48:57PM +0100, Loïc Grenié wrote: > mp*_get_GEN > GEN_get_mp* > to symmetrically invade name spaces or > > GEN_set_mp* > GEN_get_mp* > if the multiprecision library is too picky about its name space ? Well, I wanted to write the functions in the same spirit as all the other mpc_set_* and mpc_get_*. I think the mpfr and mpc libraries will survive this naming scheme... Andreas