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

Bug#270823: atan2 never terminate for certains values of x,y on amd64



tags 270823 fixed-upstream confirmed
thanks

At Thu, 9 Sep 2004 16:10:44 +0200,
St�ane Magnenat wrote:
> atan2 never terminates for certains values of x,y on amd64.
> This is a known bug, see:
> http://sources.redhat.com/ml/libc-alpha/2003-11/msg00187.html
> 
> It is reproducable with;
> #include <math.h>
> int main(int argc, char *argv[])
> {
>         atan2(-.00756827042671106339, -.01792735857538728036);
>         return 0;
> }
> 
> This program runs forever with a debian sid amd64.

Confirmed, it'll be fixed after sarge.

Regards,
-- gotom





Reply to: