public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/2500] New: Incorrrect cosf output
@ 2006-03-31 23:49 hjl at lucon dot org
  2006-04-14 18:33 ` [Bug math/2500] Incorrrect retuen from float cos (0X1.32D0875AC4074P+16) hjl at lucon dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2006-03-31 23:49 UTC (permalink / raw)
  To: glibc-bugs

[hjl@gnu-13 tmp]$ cat y.c
#include <stdio.h>
#include <math.h>

int
main ()
{
  printf ("%.20e\n", cos  (7.8544528e+04));
  printf ("%.20e\n", cosf (7.8544528e+04));
}
[hjl@gnu-13 tmp]$ gcc -O2 y.c -lm
[hjl@gnu-13 tmp]$ ./a.out
-7.28725145449983058125e-04
2.52127205021679401398e-03
[hjl@gnu-13 tmp]$

-- 
           Summary: Incorrrect cosf output
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: aj at suse dot de
        ReportedBy: hjl at lucon dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2500

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <bug-2500-131@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2012-02-23  1:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-31 23:49 [Bug math/2500] New: Incorrrect cosf output hjl at lucon dot org
2006-04-14 18:33 ` [Bug math/2500] Incorrrect retuen from float cos (0X1.32D0875AC4074P+16) hjl at lucon dot org
2006-04-14 18:33 ` [Bug math/2500] Incorrect return " hjl at lucon dot org
2006-04-23 17:48 ` drepper at redhat dot com
     [not found] <bug-2500-131@http.sourceware.org/bugzilla/>
2012-02-23  1:52 ` jsm28 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).