http://d.puremagic.com/issues/show_bug.cgi?id=5229
Don <clugd...@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugd...@yahoo.com.au --- Comment #1 from Don <clugd...@yahoo.com.au> 2010-11-17 04:23:43 PST --- Actually 19 digits works. The thing that's wrong is that the compiler uses _all_ provided digits. Instead, according IEEE754, it should only take the first 19 digits, performing decimal rounding of the l9th digit if more digits are provided. It's a problem in DMC's standard library implementation of strtold(). I once found a case where adding more decimal digits made the number smaller(!) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------