caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
To: romildo@uber.com.br
Cc: caml-list@inria.fr, mgiv2595@terra.com.br
Subject: Re: [Caml-list] float type with better precision than the default
Date: Mon, 8 Dec 2003 11:11:57 +0100	[thread overview]
Message-ID: <16340.20077.344218.980592@gargle.gargle.HOWL> (raw)
In-Reply-To: <20031206004429.GA22530@gentoo.malaquias.no-ip.org>


romildo@uber.com.br writes:
 > 
 > He is currently looking at the CReal library
 > that comes with mlgmp. Unfortunatly he is
 > finding that it is ineficient for his
 > application.

Creal implements  *exact* real  arithmetic (i.e. all  computations are
exact and digits are computed later on demand). This is not to be used
when efficiency is really needed, but only when exactness is.

As Brian  already suggested, arbitrary  precision floats from  the GMP
library may  be useful in  your situation (but  as far as  I remember,
this part of GMP is not (yet) interfaced in mlgmp.)

Best regards,
-- 
Jean-Christophe

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2003-12-08 10:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-06  0:44 romildo
2003-12-06  3:18 ` Brian Hurt
2003-12-06  3:42   ` skaller
2003-12-06 11:54     ` Remi Vanicat
2003-12-08 10:11 ` Jean-Christophe Filliatre [this message]
2003-12-08 11:29   ` Jean-Christophe Filliatre
2003-12-08 11:57   ` romildo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16340.20077.344218.980592@gargle.gargle.HOWL \
    --to=jean-christophe.filliatre@lri.fr \
    --cc=caml-list@inria.fr \
    --cc=mgiv2595@terra.com.br \
    --cc=romildo@uber.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).