Re: Round integer division

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Round integer division
Дата
Msg-id i04u5h$jc8$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Round integer division  (Lee Hachadoorian <lee.hachadoorian@gmail.com>)
Ответы Re: round(Numeric)  (silly sad <sad@bankir.ru>)
Список pgsql-sql
On 2010-06-25, Lee Hachadoorian <lee.hachadoorian@gmail.com> wrote:
> Is it documented anywhere that floating-point numbers round
> "scientifically", that is 0.5 rounds to the nearest even number? 

That's swiss rounding.  And no, as I understand it documented that 
most arithmetic) is platform specific.

Postgres is written in C and the relevant portions of the 
C standards douments (and discussions thereof) give a good 
picture of the functioning of postgres arithmetic. 




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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: How do I remove selected words from text field?
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Round integer division