Re: BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris
Date
Msg-id 8749.1136565230@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris  ("Norman Young" <nbyoung@westernavionics.com>)
List pgsql-bugs
"Norman Young" <nbyoung@westernavionics.com> writes:
> Description:        atan2(0, 0) ERROR:  input is out of range on Solaris

Actually, I'd argue that it's the Linux atan2() that's broken.  But
in any case, what you're looking at is a difference in the behavior
of the underlying library functions on the two platforms.  We do not
try to second-guess libm ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: BUG #2148: Crashes on simple statement
Next
From: Tom Lane
Date:
Subject: Re: BUG #2150: PL/Python function delcared STABLE gets run repeatedly