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 494
494
</para>
495
495
496
496
<para>
497
- We use the following terms below: The
498
- <firstterm>scale</firstterm> of a <type>numeric</type> is the
499
- count of decimal digits in the fractional part, to the right of
500
- the decimal point. The <firstterm>precision</firstterm> of a
501
- <type>numeric</type> is the total count of significant digits in
502
- the whole number, that is, the number of digits to both sides of
503
- the decimal point. So the number 23.5141 has a precision of 6
504
- and a scale of 4. Integers can be considered to have a scale of
505
- zero.
497
+ We use the following terms below: the
498
+ <firstterm>precision</firstterm> of a <type>numeric</type>
499
+ is the total count of significant digits in the whole number,
500
+ that is, the number of digits to both sides of the decimal point.
501
+ The <firstterm>scale</firstterm> of a <type>numeric</type> is the
502
+ count of decimal digits in the fractional part, to the right of the
503
+ decimal point. So the number 23.5141 has a precision of 6 and a
504
+ scale of 4. Integers can be considered to have a scale of zero.
506
505
</para>
507
506
508
507
<para>
You can’t perform that action at this time.
0 commit comments