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 c7f439f58a24d2410bcc6d5fd24ac10514ac1874
Author: aherbert <aherb...@apache.org>
AuthorDate: Fri Oct 14 11:21:07 2022 +0100

    Add since tags
---
 .../apache/commons/numbers/fraction/GeneralizedContinuedFraction.java  | 3 +++
 .../src/main/java/org/apache/commons/numbers/gamma/GammaRatio.java     | 1 +
 .../src/main/java/org/apache/commons/numbers/gamma/SpecialMath.java    | 2 ++
 3 files changed, 6 insertions(+)

diff --git 
a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java
 
b/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java
index 3e3259e3..b55be1f1 100644
--- 
a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java
+++ 
b/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/GeneralizedContinuedFraction.java
@@ -51,6 +51,7 @@ import java.util.function.Supplier;
  *
  * @see <a 
href="https://mathworld.wolfram.com/GeneralizedContinuedFraction.html";>Wikipedia:
 Generalized continued fraction</a>
  * @see <a 
href="https://en.wikipedia.org/wiki/Generalized_continued_fraction";>MathWorld: 
Generalized continued fraction</a>
+ * @since 1.1
  */
 public final class GeneralizedContinuedFraction {
     /**
@@ -92,6 +93,8 @@ public final class GeneralizedContinuedFraction {
     /**
      * Defines the <a 
href="https://mathworld.wolfram.com/GeneralizedContinuedFraction.html";>
      * {@code n}-th "a" and "b" coefficients</a> of the continued fraction.
+     *
+     * @since 1.1
      */
     public static final class Coefficient {
         /** "a" coefficient. */
diff --git 
a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/GammaRatio.java
 
b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/GammaRatio.java
index 6869f696..f9247638 100644
--- 
a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/GammaRatio.java
+++ 
b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/GammaRatio.java
@@ -31,6 +31,7 @@ package org.apache.commons.numbers.gamma;
  * @see
  * <a 
href="https://www.boost.org/doc/libs/1_77_0/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html";>
  * Boost C++ Ratios of Gamma Functions</a>
+ * @since 1.1
  */
 public final class GammaRatio {
     /** Private constructor. */
diff --git 
a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/SpecialMath.java
 
b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/SpecialMath.java
index a7bc72d6..60b296b6 100644
--- 
a/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/SpecialMath.java
+++ 
b/commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/SpecialMath.java
@@ -18,6 +18,8 @@ package org.apache.commons.numbers.gamma;
 
 /**
  * Special math functions.
+ *
+ * @since 1.1
  */
 public final class SpecialMath {
     /** Minimum x for log1pmx(x). */

Reply via email to