Re: Possible rounding error of large float values?

Поиск
Список
Период
Сортировка
От Iain
Тема Re: Possible rounding error of large float values?
Дата
Msg-id 008101c48a4d$f5cd64d0$7201a8c0@mst1x5r347kymb
обсуждение исходный текст
Ответ на Possible rounding error of large float values?  ("Adam Lancaster" <alancaster@preventsys.com>)
Список pgsql-sql
> I don't think that's true since the number ending in 807 is equal to a
> version ending in 808.
>
> sszabo=# select 9223372036854775807 = 9223372036854775808::float;
>  ?column?
> ----------
>  t
> (1 row)

Good point. I think that the problems with using floats are well documented
(I particulary like the doc that come with IBMs java.lang.BigDecimal
package) so there shouldn't be any excuse for being surprised by how they
behave. Basically floats are fine when used for what they were desgned for,
but a liability otherwise.

Just thinking about it now, I can't remember last time I designed a database
that used float data...

regards
Iain



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Possible rounding error of large float values?
Следующее
От: "Pedro B."
Дата:
Сообщение: PQexec and SPI_exec