Re: Proposal: Trigonometric functions in degrees

Поиск
Список
Период
Сортировка
От Piotr Stefaniak
Тема Re: Proposal: Trigonometric functions in degrees
Дата
Msg-id BLU437-SMTP154A9816D880D5B29BF28BF2DD0@phx.gbl
обсуждение исходный текст
Ответ на Re: Proposal: Trigonometric functions in degrees  (Noah Misch <noah@leadboat.com>)
Ответы Re: Proposal: Trigonometric functions in degrees
Re: Proposal: Trigonometric functions in degrees
Список pgsql-hackers
These changes from 65abaab547a5758b0d6d92df4af1663bb47d545f

- result = sign * cosd_q1(arg1) / sind_q1(arg1);
+ result = sign * ((cosd_q1(arg1) / sind_q1(arg1)) / cot_45);

and

- result = sign * sind_q1(arg1) / cosd_q1(arg1);
+ result = sign * ((sind_q1(arg1) / cosd_q1(arg1)) / tan_45);

both introduce division by zero, don't they?




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Support for N synchronous standby servers - take 2
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PoC: Partial sort