[Issue 5628] std.math unittest disabled

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 1 21:24:29 PST 2012


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



--- Comment #2 from Brad Roberts <braddr at puremagic.com> 2012-01-01 21:24:28 PST ---
The bug in comment 1 is fixed.  There are 3 asserts left that fail w/in
std.math:

   assert(pow(xd, neg2) == 1 / (x * x));
   assert(pow(xf, neg8) == 1 / ((x * x) * (x * x) * (x * x) * (x * x)));

   assert(feqrel(real.min_normal/8,real.min_normal/17)==3);

They're currently versioned out for x86_64

-- 
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