From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 36D81BB9A for ; Wed, 26 Oct 2005 15:22:01 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9QDM04A011629 for ; Wed, 26 Oct 2005 15:22:00 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA14299 for ; Wed, 26 Oct 2005 15:22:00 +0200 (MET DST) Received: from ext.lri.fr (ext.lri.fr [129.175.15.4]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j9QDLxxw019449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 26 Oct 2005 15:22:00 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by ext.lri.fr (Postfix) with ESMTP id CF3A5202460 for ; Wed, 26 Oct 2005 15:21:59 +0200 (CEST) Received: from ext.lri.fr ([127.0.0.1]) by localhost (ext.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32196-07 for ; Wed, 26 Oct 2005 15:21:59 +0200 (CEST) Received: from smtp.lri.fr (serveur3-5 [129.175.3.5]) by ext.lri.fr (Postfix) with ESMTP id BFC8A2023F5 for ; Wed, 26 Oct 2005 15:21:59 +0200 (CEST) Received: from pc9-152 (pc9-152 [129.175.9.152]) by smtp.lri.fr (Postfix) with ESMTP id 6D6ADCED89 for ; Wed, 26 Oct 2005 15:21:59 +0200 (CEST) Received: from filliatr by pc9-152 with local (Exim 3.36 #1 (Debian)) id 1EUlE7-0008C1-00 for ; Wed, 26 Oct 2005 15:21:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <17247.33527.702408.982770@gargle.gargle.HOWL> Date: Wed, 26 Oct 2005 15:21:59 +0200 To: caml-list@inria.fr Subject: announce: creal 0.7 X-Mailer: VM 7.19 under Emacs 21.4.1 From: Jean-Christophe Filliatre X-Virus-Scanned: by amavisd-new at lri.fr X-Miltered: at nez-perce with ID 435F82F8.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 435F82F7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; filliatre:01 filliatr:01 lri:01 translated:01 ocaml:01 boehm:01 lri:01 filliatr:01 filliatre:01 arithmetic:01 arithmetic:01 caml:02 library:03 library:03 hpl:03 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Dear caml users, I've recently translated Hans Boehm's exact real arithmetic library from Java to ocaml (see http://www.hpl.hp.com/personal/Hans_Boehm/crcalc/) It is bundled with another exact real arithmetic implementation, and the two have almost the same interface, so that it is easy to switch from one to the other. The library includes a small (exact!) calculator. You can download the library from http://www.lri.fr/~filliatr/creal.en.html -- Jean-Christophe Filliātre