Merge branch 'feature-MATH-1318' into develop Completes issue MATH-1318 (see JIRA).
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/64b47d86 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/64b47d86 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/64b47d86 Branch: refs/heads/develop Commit: 64b47d86facb0dc2355a6295f143410938740ad3 Parents: fb1c112 db50bb3 Author: Gilles <er...@apache.org> Authored: Sat May 14 16:26:21 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat May 14 16:26:21 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++ .../org/apache/commons/math4/special/Gamma.java | 44 ++++++++++++-------- .../apache/commons/math4/special/GammaTest.java | 1 + 3 files changed, 31 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/64b47d86/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index 0bc6938,b33777d..897ca51 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -54,9 -54,10 +54,13 @@@ If the output is not quite correct, che </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="erans" type="add" issue="MATH-1015" due-to="Thomas Neidhart"> + Gauss-Laguerre quadrature. + </action> + <action dev="erans" type="update" issue="MATH-1318" due-to="Eric Prescott-Gagnon"> + "o.a.c.m.special.Gamma.digamma": Improved performance (through the use of + the reflection formula for negative arguments). + </action> <action dev="erans" type="add" issue="MATH-1350" due-to="Rob Tompkins"> Improved code coverage (unit tests). </action>