public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl at lucon dot org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug math/2500] New: Incorrrect cosf output
Date: Fri, 31 Mar 2006 23:49:00 -0000	[thread overview]
Message-ID: <20060331234921.2500.hjl@lucon.org> (raw)

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


             reply	other threads:[~2006-03-31 23:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-31 23:49 hjl at lucon dot org [this message]
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

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=20060331234921.2500.hjl@lucon.org \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.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).