Thread overview
[Issue 18728] std.math.fdim does not handle nan correctly
Apr 14, 2018
Eduard Staniloiu
Apr 20, 2018
petrug
Oct 21, 2018
Tiberiu Lepadatu
Mar 08, 2019
Dlang Bot
Mar 11, 2019
Dlang Bot
April 14, 2018
https://issues.dlang.org/show_bug.cgi?id=18728

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |edi33416@gmail.com

--
April 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18728

petrug <petru.gurita1@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petru.gurita1@gmail.com
           Assignee|nobody@puremagic.com        |petru.gurita1@gmail.com

--
October 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18728

Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tiberiulepadatu14@gmail.com

--- Comment #1 from Tiberiu Lepadatu <tiberiulepadatu14@gmail.com> ---
Can I work on this?

--
March 08, 2019
https://issues.dlang.org/show_bug.cgi?id=18728

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tibi77 created dlang/phobos pull request #6896 "Fix Issue 18728 - std.math.fdim does not handle nan correctly" fixing this issue:

- Fix Issue 18728 - std.math.fdim does not handle nan correctly

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

--
March 11, 2019
https://issues.dlang.org/show_bug.cgi?id=18728

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6896 "Fix Issue 18728 - std.math.fdim does not handle nan correctly" was merged into master:

- 0827012c3d08000bf75e3fa6d94d72f66d26f153 by Lepadatu Tiberiu:
  Fix Issue 18728 - std.math.fdim does not handle nan correctly
  Add the real unittests.
  Changed the condition to match what thewilsonator said.

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

--