[phobos] [D-Programming-Language/phobos] 0bd234: Provide MAXGAMMA, MAXLOG, and MINLOG for 64-bit re...
GitHub via phobos
phobos at puremagic.com
Wed Jul 29 23:42:58 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 0bd234bfe223d7ac757392e2422cbda9c634d6cb
https://github.com/D-Programming-Language/phobos/commit/0bd234bfe223d7ac757392e2422cbda9c634d6cb
Author: Johan Engelen <j.b.c.engelen at alumnus.utwente.nl>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M std/internal/math/gammafunction.d
Log Message:
-----------
Provide MAXGAMMA, MAXLOG, and MINLOG for 64-bit reals.
Inside gammaStirling(), fix a call to pow() that would overflow for 64-bit reals.
Commit: 89f53cb619489e4e15851a2367fe0b4230b4412c
https://github.com/D-Programming-Language/phobos/commit/89f53cb619489e4e15851a2367fe0b4230b4412c
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-07-30 (Thu, 30 Jul 2015)
Changed paths:
M std/internal/math/gammafunction.d
Log Message:
-----------
Merge pull request #3045 from JohanEngelen/gamma64bit
std.mathspecial: for 64-bit reals, provide MAXGAMMA, MAXLOG, and MINLOG
Compare: https://github.com/D-Programming-Language/phobos/compare/4abd9533761e...89f53cb61948
More information about the phobos
mailing list