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 c32f544c28a64dc569392ecc567c79d9d7ee85eb
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Sat Jan 22 13:12:50 2022 +0000

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e210b4..3a684d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,12 @@ N.B. the Performance testing module requires Java 9+.
 (The unit tests require Java 8+)
 
 ">
+      <action dev="aherbert" type="add" issue="NUMBERS-181">
+        Updated support for the beta functions. "RegularizedBeta": Added the
+        complement and derivative of the regularized beta function.
+        Added "IncompleteBeta" and "Beta" classes.
+        Functionality is ported from the Boost C++ library.
+      </action>
       <action dev="aherbert" type="update" issue="NUMBERS-183">
         Improve the binomial coefficient classes. Avoid recursive method calls.
         Avoid overflow for BinomialCoefficientDouble for large results close 
to infinity.

Reply via email to