Re: Rounding strategy

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Rounding strategy
Дата
Msg-id bc1b85d65c284e3aaa718eba5f43dd4b970ccf33.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Rounding strategy  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Rounding strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
On Mon, 2021-04-19 at 08:00 +0000, PG Doc comments form wrote:
> The 'round' mathematical function documentation doesn't specify its rounding
> strategy. If this would be documented then users can rely on its rounding
> behavior. For double precision the rounding probably depends on your
> platform. For numeric the function seems to round to nearest with ties going
> away from zero (sometimes referred to as "round half up). 6.5 -> 7.0 and
> -6.5 -> -7.0.

Here is a proposed patch.

Yours,
Laurenz Albe

Вложения

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Chapter 30. Logical Replication slightly unclear
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rounding strategy