[D-runtime] [D-Programming-Language/druntime] 972f17: core.math: Add unit test for ldexp()

GitHub via D-runtime d-runtime at puremagic.com
Fri Mar 25 16:17:58 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 972f17cfbb8a992e626f3d3af1c3d9570978ecef
      https://github.com/D-Programming-Language/druntime/commit/972f17cfbb8a992e626f3d3af1c3d9570978ecef
  Author: Kai Nacke <kai at redstar.de>
  Date:   2016-03-25 (Fri, 25 Mar 2016)

  Changed paths:
    M src/core/math.d

  Log Message:
  -----------
  core.math: Add unit test for ldexp()

This PR adds a unit test for the ldexp() function using the IBM
extended (double double) format. This format uses two doubles.
The exponent range is the same as the one of the double type.


  Commit: 9a386bd86f08c5ab4c4388c79b6988ba056437a0
      https://github.com/D-Programming-Language/druntime/commit/9a386bd86f08c5ab4c4388c79b6988ba056437a0
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2016-03-25 (Fri, 25 Mar 2016)

  Changed paths:
    M src/core/math.d

  Log Message:
  -----------
  Merge pull request #1524 from redstar/ldexp

core.math: Add unit test for ldexp()


Compare: https://github.com/D-Programming-Language/druntime/compare/a3a73ea873ed...9a386bd86f08


More information about the D-runtime mailing list