[phobos] [D-Programming-Language/phobos] 9be862: Fix an std.math.poly() unit test.

GitHub via phobos phobos at puremagic.com
Sat Apr 4 06:30:07 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 9be862c931a3d6b92ab0f6ba1936ccf2935b44da
      https://github.com/D-Programming-Language/phobos/commit/9be862c931a3d6b92ab0f6ba1936ccf2935b44da
  Author: Martin <noone at nowhere.com>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Fix an std.math.poly() unit test.

The expression (6L * x) with 6 being a long literal (instead of an
intended real literal) and x of type double evaluates to a double,
while poly() uses real precision.


  Commit: 2788afb0bb6ceb8faf36382c85d8affdf1f345fb
      https://github.com/D-Programming-Language/phobos/commit/2788afb0bb6ceb8faf36382c85d8affdf1f345fb
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-04-05 (Sun, 05 Apr 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #3146 from kinke/dmdmaster

Fix an std.math.poly() unit test.


Compare: https://github.com/D-Programming-Language/phobos/compare/1402f7c041c7...2788afb0bb6c


More information about the phobos mailing list