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 5daace339866849a4f266b332e8a39107041b24e
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 14 12:42:41 2026 +0100

    Add since tags
---
 .../src/main/java/org/apache/commons/numbers/core/DD.java               | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java 
b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
index b7e29796..86dca541 100644
--- a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
+++ b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
@@ -374,6 +374,7 @@ public final class DD
      *
      * @param x Value.
      * @return the double-double
+     * @since 1.3
      */
     public static DD ofUnsigned(int x) {
         return new DD(Integer.toUnsignedLong(x), 0);
@@ -401,6 +402,7 @@ public final class DD
      *
      * @param x Value.
      * @return the double-double
+     * @since 1.3
      */
     public static DD ofUnsigned(long x) {
         // Similar to of(long) but the high part is composed as an unsigned 
double

Reply via email to