[Issue 20451] comparing identical floating points does not work on Win32 and FreeBSD32.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 24 12:43:08 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20451

--- Comment #9 from Dlang Bot <dlang-bot at dlang.rocks> ---
@berni44 updated dlang/phobos pull request #7363 "Fix Issue 20508 -
std.math.pow(-infinity, y) does not return NaN for imaginary or complex
results" mentioning this issue:

- Remove std.math from checking for public unittests. The reason for
  this is the documentation for pow() with two floating point arguments,
  where the public unittest does not work on Win32 and FreeBSD due to
  issue 20451. So this test is commented out for these two OSs, but now
  the style checker does not recognize anymore, that there is indeed a
  public example.

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

--


More information about the Digitalmars-d-bugs mailing list