Commit 955f1213 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Docs: use more standard terminology "round-to-nearest-even" instead of "round-to-even".

Per suggestion from Tom Lane.
Discussion: https://postgr.es/m/flat/20191230.093451.1762483750956466101.t-ishii%40sraoss.co.jp
parent 48e03583
...@@ -731,7 +731,7 @@ FROM generate_series(-3.5, 3.5, 1) as x; ...@@ -731,7 +731,7 @@ FROM generate_series(-3.5, 3.5, 1) as x;
representable in the same binary precision. (However, the output value is representable in the same binary precision. (However, the output value is
currently never <emphasis>exactly</emphasis> midway between two currently never <emphasis>exactly</emphasis> midway between two
representable values, in order to avoid a widespread bug where input representable values, in order to avoid a widespread bug where input
routines do not properly respect the round-to-even rule.) This value will routines do not properly respect the round-to-nearest-even rule.) This value will
use at most 17 significant decimal digits for <type>float8</type> use at most 17 significant decimal digits for <type>float8</type>
values, and at most 9 digits for <type>float4</type> values. values, and at most 9 digits for <type>float4</type> values.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment