[Issue 5613] std.mathspecial.betaIncomplete makes excessively stringent assumptions about FP Precision

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 19 11:56:42 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5613


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #1 from Don <clugdbug at yahoo.com.au> 2011-02-19 11:54:02 PST ---
If exp is only 64 bits, there is ZERO value in supporting 80-bit reals. None at
all. If tests are only failing because of low exp() precision, they deserve to
fail. I would say that DMD's implementation of 80-bit exp and transcendentals
is as inaccurate as you could possibly allow. Probably too inaccurate. If
anything does worse than it, it's really, really bad.

OTOH we will need 64-bit function results, for machines where real == double.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list