bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

powl


From: Zoonky Lee
Subject: powl
Date: Sat, 30 Aug 2003 00:29:53 +0200

Hello,

The following code compiled with gcc v3.2.2 & glibc v2.3.1 return nan as
output:
#include <stdio.h>
#include <math.h>

int main(){
long double value = 3.43646e+4928l;
printf("(%Lg)^(%Lg) = %Lg\n", value, value, powl(value, value));

return 0;
}

Zoonky





reply via email to

[Prev in Thread] Current Thread [Next in Thread]