Subject: CVS commit: wip/creal
From: othyro
Date: 2010-04-28 05:54:13
Message id: E1O6yM0-0006IN-VN@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import creal-0.7 as wip/creal.

Creal is an exact real arithmetic library (constructive reals) for ocaml

Creal actually contains two different implementations:

    * Creal: from the PhD thesis of Valerie Menissier-Morain (.ps)
    * Cr: port of Hans Boehm's Java CR library

The two interfaces are almost identical, so that it is easy to switch from one
to the other, unless you are using the approx function directly: in Creal, it
gives an approximation up to 1/4^n, and in Cr up to 2^n

Both implementations are based on mlgmp by David Monniaux (included in this pkg)


Files:
RevisionActionfile
1.1importwip/creal/distinfo
1.1importwip/creal/Makefile
1.1importwip/creal/TODO
1.1importwip/creal/PLIST
1.1importwip/creal/DESCR