[Issue 13548] wrong FP comparison

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 14 05:18:44 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13548

--- Comment #2 from Илья Ярошенко <ilyayaroshenko at gmail.com> ---
Probably this is reduced example for FreeBSD_32 and Win32:

----
double two = 2.0;
assert(sqrt(two) == sort(2.0));
----

--


More information about the Digitalmars-d-bugs mailing list