Content deleted Content added
Reverted 1 edit by 64.39.197.209 (talk): Irrelevant |
No edit summary Tags: Reverted Mobile edit Mobile web edit |
||
Line 3:
{{floating-point}}
{{Computer architecture bit widths}}
'''Decimal floating-point''' ('''DFP''') arithmetic refers to both a representation and operations on [[Decimal data type|decimal]] [[floating-point]] numbers. Working directly with decimal (base-10) fractions can avoid the
The advantage of
represent 1.2345678, 1234567.8, 0.000012345678, 12345678000000000, and so on. This wider range can dramatically slow the accumulation of rounding errors during successive calculations; for example, the [[Kahan summation algorithm]] can be used in floating point to add many numbers with no asymptotic accumulation of rounding error. == {{anchor|64-bit|96-bit}}Implementations ==
|