* O'Caml - GNU MP interface
@ 1997-10-11 22:47 David Monniaux
0 siblings, 0 replies; 2+ messages in thread
From: David Monniaux @ 1997-10-11 22:47 UTC (permalink / raw)
To: Caml-list
Hi,
version 0.10 of mlgmp is available on
http://www.ens-lyon.fr/~dmonniau/arcs/mlgmp.tar.gz
As a reminder, GNU MP is a free extended precision library.
This version implements in-place modification (yes, I know this is
contrary to the spirit of functional programming, but this allows to
optimize allocation by GMP and speed things up, especially in loops).
-------------
Bonjour,
la version 0.10 de mlgmp est sortie sur
http://www.ens-lyon.fr/~dmonniau/arcs/mlgmp.tar.gz
Pour memoire, GNU MP est une librairie de calcul en precision etendue.
Cette version implemente les operations avec modification en place.
-- David
^ permalink raw reply [flat|nested] 2+ messages in thread
* O'Caml - GNU MP interface
@ 1997-12-24 18:24 David Monniaux
0 siblings, 0 replies; 2+ messages in thread
From: David Monniaux @ 1997-12-24 18:24 UTC (permalink / raw)
To: Liste CAML
Hi all,
here's the Christmas release...
Version 0.12 of mlgmp is available on
http://www.ens-lyon.fr/~dmonniau/arcs/mlgmp.tar.gz
As a reminder, GNU MP is a free extended precision library.
mlgmp is an easy-to-use interface between O'Caml and GNU MP,
featuring:
* functional style functions
with infix abbreviations [from v0.11]
* imperative style functions (in-place assignments) [from v0.10]
with fine-grained control of precision [from v0.11]
* pretty-printing support for the toplevel
[automatic installation of that feature from v0.12]
I've got feedback from M. Quercia about the lack of infix operators and
the need of finer precision control operations. The current system only
allows fine-grained control for imperative-style programming.
I'd like to know what are the needs of the users as to the precision
control : should all arithmetic functions be supplemented with a function
taking the precision as an extra argument?
Also, should "from nothing" (as opposed to from_int etc....) initialization
functions be supplied?
As a personnal feedback to the O'Caml development team, I think the
installation of pretty-printers from extension packages such as mlgmp is
for now a bit too "hackish" (I had to use several undocumented features).
-- D. Monniaux
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1997-12-29 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-11 22:47 O'Caml - GNU MP interface David Monniaux
1997-12-24 18:24 David Monniaux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox