This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/11475] support for printing/reading decimal numbers (_Decimal64)


------- Additional Comments From vincent+libc at vinc17 dot org  2010-04-07 09:25 -------
Also, this doesn't matter now, but if accuracy needs to be taken into account
(once this is implemented), one should use

  _Decimal64 e = 0.1dd;

for the tests, instead of:

  _Decimal64 e = 0.1;

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11475

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]