caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Robert Roessler <roessler@rftp.com>
To: mlin@mlin.net
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] float precision on AMD64
Date: Sat, 09 Apr 2005 18:41:04 -0700	[thread overview]
Message-ID: <42588430.3060105@rftp.com> (raw)
In-Reply-To: <2a1a1a0c0504091814876c24a@mail.gmail.com>

Mike Lin wrote:

> Hi folks,
> 
> ints are appropriately wider on AMD64 ocaml, but floats don't seem to
> be...max_float and epsilon_float are the same on my 64-bit machine as
> on a 32-bit, while max_int is larger. Is this by design?

This is probably because "floats" in standard (32-bit) OCaml are 
already "doubles" (they use IEEE 64-bit floating point representation). :)

Robert Roessler
roessler@rftp.com
http://www.rftp.com


  reply	other threads:[~2005-04-10  1:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-10  1:14 Mike Lin
2005-04-10  1:41 ` Robert Roessler [this message]
2005-04-10 11:57   ` [Caml-list] " sejourne_kevin
2005-04-10 12:01     ` Ville-Pertti Keinonen
2005-04-10 14:42       ` sejourne_kevin
2005-04-10 13:19         ` Ville-Pertti Keinonen
2005-04-10 15:53           ` sejourne_kevin
2005-04-10 14:12             ` Ville-Pertti Keinonen
2005-04-11 13:24               ` Alan Falloon
2005-04-11 13:43                 ` Ville-Pertti Keinonen
2005-04-11 14:25                   ` Alan Falloon

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=42588430.3060105@rftp.com \
    --to=roessler@rftp.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=mlin@mlin.net \
    /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).