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/24 13:05:53 UTC

[commons-numbers] 02/04: NUMBERS-175: 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 04a08f07e429a2f0cd1235bfdcda6a2a72bc948f
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 24 12:56:54 2021 +0000

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d3baf40..128245e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,10 @@ N.B. the Performance testing module requires Java 9+.
 (The unit tests require Java 8+)
 
 ">
+      <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.
+      </action>
       <action dev="aherbert" type="fix" issue="173">
         "ContinuedFraction": Set a minimum bound on the relative error epsilon. Prevents
         an infinite loop when the epsilon is zero.