This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new fdc65c3 NUMBERS-180: Track changes fdc65c3 is described below commit fdc65c32b3c6e675ccfb3343ffe0912ef497f616 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Dec 23 21:46:44 2021 +0000 NUMBERS-180: Track changes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 519ba8d..fac324f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ N.B. the Performance testing module requires Java 9+. (The unit tests require Java 8+) "> + <action dev="aherbert" type="add" issue="NUMBERS-180"> + "GammaRatio": Compute the ratio of two gamma functions. + </action> <action dev="aherbert" type="fix"> "BrentSolver": Avoid overflow creating the initial value between the lower and upper. </action>