Re: BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris
Дата
Msg-id 8749.1136565230@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2153: atan2(0, 0) ERROR: input is out of range on Solaris  ("Norman Young" <nbyoung@westernavionics.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: BUG #2148: Crashes on simple statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2150: PL/Python function delcared STABLE gets run repeatedly