public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/49336] New: ATAN2  values differ from those specified in documentation
@ 2011-06-09  0:19 ahn567 at gmail dot com
  2011-06-09  2:45 ` [Bug libfortran/49336] " kargl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ahn567 at gmail dot com @ 2011-06-09  0:19 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-07 22:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09  0:19 [Bug libfortran/49336] New: ATAN2 values differ from those specified in documentation ahn567 at gmail dot com
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

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).