public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ahn567 at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libfortran/49336] New: ATAN2  values differ from those specified in documentation
Date: Thu, 09 Jun 2011 00:19:00 -0000	[thread overview]
Message-ID: <bug-49336-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49336

           Summary: ATAN2  values differ from those specified in
                    documentation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ahn567@gmail.com


The documentation for ATAN2(Y,X) says:  

"If Y is zero, then the return value is zero if X is positive and pi if X is
negative."

However, the value returned by  ATAN2(-0d0, -1d0)  is  -pi  (not +pi).
This is for gfortran 4.4.5.

So either the documentation needs fixing (and signed zero explained), 
or the function ATAN2 should be redefined to return values in (-pi,pi]. 

...I'm not sure which is more standard for Fortran.


             reply	other threads:[~2011-06-09  0:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09  0:19 ahn567 at gmail dot com [this message]
2011-06-09  2:45 ` [Bug libfortran/49336] " kargl at gcc dot gnu.org
2011-06-09  6:05 ` burnus at gcc dot gnu.org
2011-06-10  0:34 ` ahn567 at gmail dot com
2011-11-07 22:26 ` fxcoudert at gcc dot gnu.org
2011-11-07 22:26 ` fxcoudert at gcc dot gnu.org

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=bug-49336-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.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).