From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA02387 for caml-redistribution; Tue, 6 May 1997 09:36:11 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA24831 for ; Mon, 5 May 1997 22:29:19 +0200 (MET DST) Received: from cri.ens-lyon.fr (cri.ens-lyon.fr [140.77.1.32]) by nez-perce.inria.fr (8.8.5/8.7.3) with ESMTP id WAA03746 for ; Mon, 5 May 1997 22:29:17 +0200 (MET DST) Received: from perrache (perrache [140.77.191.108]) by cri.ens-lyon.fr (8.8.5/8.8.1) with ESMTP id WAA14658 for ; Mon, 5 May 1997 22:29:16 +0200 (MET DST) Date: Mon, 5 May 1997 22:29:13 +0200 (MET DST) From: David Monniaux X-Sender: dmonniau@perrache To: Caml-list Subject: GNU MP interfacing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: weis Hi, I've made some functional interface to the GNU MP multiprecision arithmetic package. It somehow doubles with Bignum, which is standard. Nevertheless, it includes number-theoretic functions such as exponentiation and inverses in Z/nZ rings, Jacobi and Legendre symbols etc..., and also provides arbitrary precision floating-point. http://www.ens-lyon.fr/~dmonniau/arcs/mlgmp.tar.gz (for Unix, porting to Windows shouldn't be too hard) -------------------------------------------------------------------- Bonjour, j'ai fait une interface avec la bibliothèque multiprécision GNU MP. Elle fait un peu double-emploi avec Bignum, standard sur O'Caml. Néanmoins, GNU MP a un certain nombre de fonctions intéressantes, comme des fonctions d'exponentiation et d'inverse dans Z/nZ, de symboles de Jacobi et Legendre... ainsi qu'un calcul en virgule flottante à précision arbitraire. http://www.ens-lyon.fr/~dmonniau/arcs/mlgmp.tar.gz (pour Unix, porter vers Windows ne devrait pas être trop dur) "Si l'informatique marchait, cela se saurait." "If computers worked, it'd be known." Computer science student at ENS, Lyon, France http://www.ens-lyon.fr/~dmonniau