File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 506
506
</para>
507
507
508
508
<para>
509
- We use the following terms below: The
510
- <firstterm>scale</firstterm> of a <type>numeric</type> is the
511
- count of decimal digits in the fractional part, to the right of
512
- the decimal point. The <firstterm>precision</firstterm> of a
513
- <type>numeric</type> is the total count of significant digits in
514
- the whole number, that is, the number of digits to both sides of
515
- the decimal point. So the number 23.5141 has a precision of 6
516
- and a scale of 4. Integers can be considered to have a scale of
517
- zero.
509
+ We use the following terms below: the
510
+ <firstterm>precision</firstterm> of a <type>numeric</type>
511
+ is the total count of significant digits in the whole number,
512
+ that is, the number of digits to both sides of the decimal point.
513
+ The <firstterm>scale</firstterm> of a <type>numeric</type> is the
514
+ count of decimal digits in the fractional part, to the right of the
515
+ decimal point. So the number 23.5141 has a precision of 6 and a
516
+ scale of 4. Integers can be considered to have a scale of zero.
518
517
</para>
519
518
520
519
<para>
You can’t perform that action at this time.
0 commit comments