Thread overview
[Issue 21606] pow(NaN,0) gives 1 not NaN
Feb 03, 2021
Berni44
Mar 01, 2021
Dlang Bot
Mar 01, 2021
Berni44
February 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21606

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
I've created a fix already, but have to wait for PR #7783 to be merged.

--
March 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21606

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7819 "Fix Issue 21606 - pow(NaN,0) gives 1 not NaN" fixing this issue:

- Fix Issue 21606 - pow(NaN,0) gives 1 not NaN

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

--
March 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21606

Berni44 <bugzilla@bernis-buecher.de> changed:

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

--- Comment #3 from Berni44 <bugzilla@bernis-buecher.de> ---
I just found out, that this is a weird exception of the rule, that all calculations including NaNs should be NaN...

--