fix DECIMAL_DIG definitions
authorRich Felker <dalias@aerifal.cx>
Wed, 21 Mar 2012 16:42:48 +0000 (12:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 21 Mar 2012 16:42:48 +0000 (12:42 -0400)
commit47db8903f61e20aba53adfc987dfb576d22a0b81
treeeaa4ecbe5df143a7080fb41088c144c61e9121df
parent25501c1079756c9b438842da649585c2a6983c24
fix DECIMAL_DIG definitions

DECIMAL_DIG is not the same as LDBL_DIG

type_DIG is the maximimum number of decimal digits that can survive a
round trip from decimal to type and back to decimal.

DECIMAL_DIG is the minimum number of decimal digits required in order
for any floating point type to survive the round trip to decimal and
back, and it is generally larger than LDBL_DIG. since the exact
formula is non-trivial, and defining it larger than necessary may be
legal but wasteful, just define the right value in bits/float.h.
arch/arm/bits/float.h
arch/i386/bits/float.h
arch/x86_64/bits/float.h
include/float.h