From: Berke Durak <berke@altern.org>
To: Post Office!~/sentmail <fjr6b@cms.mail.virginia.edu>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Integer to floating point conversion errors
Date: Sun, 11 Nov 2001 14:33:19 +0100 [thread overview]
Message-ID: <20011111143319.A14950@gogol.zorgol> (raw)
In-Reply-To: <Pine.GSO.4.32.0111091836540.16016-100000@config.mail.Virginia.EDU>; from fjr6b@cms.mail.virginia.edu on Fri, Nov 09, 2001 at 06:39:58PM -0500
On Fri, Nov 09, 2001 at 06:39:58PM -0500, Post Office!~/sentmail wrote:
> I am getting negative results when I convert large integers to floating
> point. This happens on both i386 and my G4 laptop with OCaml 3.02. The
> code in question is this:
>
> method raw = (seed <- (seed*mult+incr)mod modu);
> float seed /. float modu
The operator ``mod'' does not necessarily return positive values (depending
on your platform) :
Objective Caml version 3.03 ALPHA
# (-1) mod 5;;
- : int = -1
--
Berke
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
next prev parent reply other threads:[~2001-11-11 13:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-09 23:39 Post Office!~/sentmail
2001-11-11 13:33 ` Berke Durak [this message]
2001-11-11 15:35 ` Post Office!~/sentmail
2001-11-11 16:34 ` Remi VANICAT
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=20011111143319.A14950@gogol.zorgol \
--to=berke@altern.org \
--cc=caml-list@inria.fr \
--cc=fjr6b@cms.mail.virginia.edu \
/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