Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit955f121

Browse files
committed
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
1 parent48e0358 commit955f121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ FROM generate_series(-3.5, 3.5, 1) as x;
731731
representable in the same binary precision. (However, the output value is
732732
currently never <emphasis>exactly</emphasis> midway between two
733733
representable values, in order to avoid a widespread bug where input
734-
routines do not properly respect the round-to-even rule.) This value will
734+
routines do not properly respect the round-to-nearest-even rule.) This value will
735735
use at most 17 significant decimal digits for <type>float8</type>
736736
values, and at most 9 digits for <type>float4</type> values.
737737
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp