Thread overview
[Issue 21601] std.math : pow(float/double, -2) produces sometimes wrong result
Feb 01, 2021
Berni44
Feb 02, 2021
Dlang Bot
Mar 01, 2021
Dlang Bot
February 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21601

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
Ups, should be "> 0.0" in the second test.

--
February 02, 2021
https://issues.dlang.org/show_bug.cgi?id=21601

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 #7783 "Fix Issue 21601 - std.math : pow(float/double, -2) produces sometimes wrong result" fixing this issue:

- Fix Issue 21601 - std.math : pow(float/double, -2) produces sometimes
  wrong result

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

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

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 #7783 "Fix Issue 21601 - std.math : pow(float/double, -2) produces sometimes wrong result" was merged into master:

- bab6c2b2114c067fac127b9291c2f7fd98d3ae53 by berni44:
  Fix Issue 21601 - std.math : pow(float/double, -2) produces sometimes
  wrong result

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

--