| PostgreSQL Reference Manual - Volume 3 - Server Administration Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 204 pages ISBN 0954612043 RRP £13.95 ($24.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
15.2.4 Floating-point differences
Some of the tests involve computing 64-bit floating-point numbers (double
precision) from table columns. Differences in
results involving mathematical functions of double
precision columns have been observed. The float8 and
geometry tests are particularly prone to small differences
across platforms, or even with different compiler optimization options.
Human eyeball comparison is needed to determine the real
significance of these differences which are usually 10 places to
the right of the decimal point.
Some systems display minus zero as -0, while others
just show 0.
Some systems signal errors from pow() and
exp() differently from the mechanism
expected by the current PostgreSQL
code.
| ISBN 0954612043 | PostgreSQL Reference Manual - Volume 3 - Server Administration Guide | See the print edition |