Re: Add error functions: erf() and erfc()

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Add error functions: erf() and erfc()
Дата
Msg-id 20230308201114.GA3555030@nathanxps13
обсуждение исходный текст
Ответ на Add error functions: erf() and erfc()  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: Add error functions: erf() and erfc()  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On Mon, Feb 27, 2023 at 12:54:35PM +0000, Dean Rasheed wrote:
> +    /*
> +     * For erf, we don't need an errno check because it never overflows.
> +     */

> +    /*
> +     * For erfc, we don't need an errno check because it never overflows.
> +     */

The man pages for these seem to indicate that underflow can occur.  Do we
need to check for that?

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Non-superuser subscription owners
Следующее
От: "Regina Obe"
Дата:
Сообщение: RE: [PATCH] Support % wildcard in extension upgrade filenames