[Bug math/258] New: powl problems
ronaldbrt at yahoo dot com
sourceware-bugzilla@sources.redhat.com
Thu Jul 8 12:55:00 GMT 2004
x.c:
#include <math.h>
#include <stdio.h>
int main(void){
printf("inf = %Lg\n", powl(3.43646e+4928l, 3.43646e+4928l));
printf("0 = %Lg\n", powl(10.0l, -1.1807237520575617777e+4932l));
return 0;
}
gcc x.c -lm -o x && ./x
inf = nan
0 = nan
--
Summary: powl problems
Product: glibc
Version: 2.3.2
Status: NEW
Severity: normal
Priority: P2
Component: math
AssignedTo: aj at suse dot de
ReportedBy: ronaldbrt at yahoo dot com
CC: glibc-bugs at sources dot redhat dot com
http://sources.redhat.com/bugzilla/show_bug.cgi?id=258
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list