January 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20542

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@e10s created dlang/phobos pull request #7380 "Fix Issue 20542 -
std.math.nextafter(NaN, y) and nextafter(x, NaN) sh…" fixing this issue:

- Fix Issue 20542 - std.math.nextafter(NaN, y) and nextafter(x, NaN) should
return NaN

https://github.com/dlang/phobos/pull/7380

--
January 31, 2020
https://issues.dlang.org/show_bug.cgi?id=20542

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7380 "Fix Issue 20542 - std.math.nextafter(NaN, y)
and nextafter(x, NaN) sh…" was merged into master:

- 2d726d2dc3217c98f0cec7088a04ccb19e6f6346 by Kazuya Takahashi:
  Fix Issue 20542 - std.math.nextafter(NaN, y) and nextafter(x, NaN) should
return NaN

https://github.com/dlang/phobos/pull/7380

--