You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/11/29 16:59:59 UTC

[commons-numbers] 03/04: NUMBERS-174: Track changes

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

commit 907a7c54c9a62f6b8bde57b34fa9aff10ff90158
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 29 15:55:29 2021 +0000

    NUMBERS-174: Track changes
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d782f18..04424f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,11 @@ N.B. the Performance testing module requires Java 9+.
 (The unit tests require Java 8+)
 
 ">
+      <action dev="aherbert" type="update" issue="174">
+        "Gamma/LogGamma/RegularizedGamma": Update the gamma function implementations to
+        increase accuracy and support for extreme values.
+        Functionality is ported from the Boost C++ library.
+      </action>
       <action dev="aherbert" type="add" issue="175">
         "GeneralizedContinuedFraction": A continued fraction class to compute using a generator.
         Allows evaluation of continued fractions from a regular series where coefficients can