[Webkit-unassigned] [Bug 153071] [Win] Remove workarounds for fixed bugs in fmod and pow.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 11:00:48 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153071

--- Comment #2 from peavo at outlook.com ---
I have only tested the following code:

    double a = NAN;
    bool isNan = isnan(a);
    double b = 0;
    double res = pow(a, b);

    double x = 3;
    double y = INFINITY;
    bool isInf = isinf(y);
    double result = fmod(x, y);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160113/6ea1730e/attachment.html>


More information about the webkit-unassigned mailing list