unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Junichi Motohisa <motohisa@ist.hokudai.ac.jp>
To: 15470@debbugs.gnu.org
Subject: bug#15470: bug in rational numbers in OSX lion
Date: Wed, 25 Sep 2013 14:18:25 +0900	[thread overview]
Message-ID: <2DC81397-82C0-43E4-B383-FCB1823B0FD6@ist.hokudai.ac.jp> (raw)

Hi, 

I encountered an error for handling some rational numbers in guile 1.8.8 on OSX lion, although it works correctly on CentOS release 6.2 (Final), with guile 1.8.7. It is something like

guile> (define a 1e-21)
guile> a
1.0e-21
guile> (define a 1e-22)
guile> a
5.36275828919226e-19
guile> (define a 1e-25)
guile> a
6.28575819193153e-19
guile> (define a 1e-26)
guile> a
1.0e-26

My system is as follows.
$ uname -a
Darwin xxx.yyy.hokudai.ac.jp 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

Junichi




             reply	other threads:[~2013-09-25  5:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-25  5:18 Junichi Motohisa [this message]
2013-09-27 15:28 ` bug#15470: bug in rational numbers in OSX lion Mark H Weaver

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=2DC81397-82C0-43E4-B383-FCB1823B0FD6@ist.hokudai.ac.jp \
    --to=motohisa@ist.hokudai.ac.jp \
    --cc=15470@debbugs.gnu.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).