[Issue 416] mistake in unittest std/math.d line 501
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 10 04:37:27 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=416
lio at lunesu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|regression: unittest failure|mistake in unittest
|in phobos, math(501) |std/math.d line 501
------- Comment #2 from lio at lunesu.com 2006-10-10 06:37 -------
>From the Don:
I don't know how it passed before. The new compiler is correct!
That line should be changed to:
assert(isnan(atanh(-real.infinity)));
It was my mistake in the original code that I submitted.
--
More information about the Digitalmars-d-bugs
mailing list