caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: romildo@uber.com.br
To: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
Cc: romildo@uber.com.br, 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 09:57:22 -0200	[thread overview]
Message-ID: <20031208115722.GA18948@gentoo.malaquias.no-ip.org> (raw)
In-Reply-To: <16340.20077.344218.980592@gargle.gargle.HOWL>

On Mon, Dec 08, 2003 at 11:11:57AM +0100, Jean-Christophe Filliatre wrote:
> 
> 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.

Right. So Creal is not for him.

> 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.)

The latest mlgmp implements arbitrary precision floats. But some important
functions he needs (transcendental functions like sin and cossin) are not
available in mlgmp. Will he be able to find such functions implemented
elsewhere for arbitrary precision floats from gmp?

Regards.

Romildo

-------------------
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 11:57 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
2003-12-08 11:29   ` Jean-Christophe Filliatre
2003-12-08 11:57   ` romildo [this message]

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=20031208115722.GA18948@gentoo.malaquias.no-ip.org \
    --to=romildo@uber.com.br \
    --cc=Jean-Christophe.Filliatre@lri.fr \
    --cc=caml-list@inria.fr \
    --cc=mgiv2595@terra.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).