I updated or created the different spkgs (which was kind of trivial)
and put them on the following webpage:
http://www.infres.enst.fr/~flori/ecc2011
or:
http://perso.telecom-paristech.fr/~flori/ecc2011
if the other one is down.
IT needs a recent version of MPIR as found for example in trac #8664
me
On 1 Sep., 11:02, Jean-Pierre Flori wrote:
> Dear all,
>
> During the coding sprints taking place at ECC2011 summer school, one
> of our project might be to build interfaces to the three libraries
> available at multiprecision.org (by Andreas Enge and others):
> - MPC (complex numbers with arbitra
Those might be relevant:
http://trac.sagemath.org/sage_trac/ticket/4446
http://www.sagemath.org/packages/optional/mpc-0.8.3-dev-svn793.txt
Regards,
Yann
On Sep 1, 11:02 am, Jean-Pierre Flori wrote:
> Dear all,
>
> During the coding sprints taking place at ECC2011 summer school, one
> of our p
An approach to doing all of this may be influenced by generic
arithmetic packages in other languages, e.g.
the generic stuff I wrote in Lisp that interfaces to, among other
things,
Lisp numbers (e.g. arbitrary precision integers, rationals, double-
floats, complex =[pairs of previous])
various cons