unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: John Darrington <john@darrington.wattle.id.au>
To: Noah Lavine <noah.b.lavine@gmail.com>
Cc: Guile Mailing List <guile-user@gnu.org>
Subject: Re: Can somebody help to explain why result from atan does not equal a real?
Date: Thu, 31 Jan 2013 15:50:17 +0100	[thread overview]
Message-ID: <20130131145017.GA27085@jocasta.intra> (raw)
In-Reply-To: <CA+U71=MEU3sU_RZKqXW8xjKdtHX=HxMWsm-8UXb-qUcHeCgMeQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

On Thu, Jan 31, 2013 at 08:32:53AM -0500, Noah Lavine wrote:
     What you have here is a precision problem.
     
     scheme@(guile-user)> (= 3.14159265358979 (atan 0 -1))
     $8 = #f
     scheme@(guile-user)> (= $7 (atan 0 -1))
     $9 = #t
     
     It might be possible to have Guile print more digits and make this problem
     go away.
     
     Noah Lavine

pi is an irrational number.  You would need an infinite number of digits wouldn't you?

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2013-01-31 14:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-31 10:50 Can somebody help to explain why result from atan does not equal a real? Hengqing Hu
2013-01-31 13:32 ` Noah Lavine
2013-01-31 14:50   ` John Darrington [this message]
2013-01-31 14:52     ` Noah Lavine
2013-01-31 23:51 ` Mark H Weaver
2013-02-01  0:30   ` Mark H Weaver
2013-02-01  9:10     ` 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=20130131145017.GA27085@jocasta.intra \
    --to=john@darrington.wattle.id.au \
    --cc=guile-user@gnu.org \
    --cc=noah.b.lavine@gmail.com \
    /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).