From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22008 invoked by alias); 31 Mar 2006 23:49:23 -0000 Received: (qmail 21999 invoked by uid 48); 31 Mar 2006 23:49:21 -0000 Date: Fri, 31 Mar 2006 23:49:00 -0000 From: "hjl at lucon dot org" To: glibc-bugs@sources.redhat.com Message-ID: <20060331234921.2500.hjl@lucon.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/2500] New: Incorrrect cosf output X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00147.txt.bz2 List-Id: [hjl@gnu-13 tmp]$ cat y.c #include #include 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.