This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new eebf4e118 Javadoc
eebf4e118 is described below

commit eebf4e118f8a85c68f0db443f9e55659e0232595
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 23 11:33:38 2026 -0700

    Javadoc
---
 .../src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java
 
b/commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java
index 3b685ce5e..db640d8cb 100644
--- 
a/commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java
+++ 
b/commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java
@@ -209,7 +209,7 @@ public final class JdkMath {
     /** ulp(x). */
     private static final FloatUnaryOperator ULP_FLOAT;
 
-    /** Available implementations of {@link Math} functions. */
+    /** Enumerates available implementations of {@link Math} functions. */
     public enum Impl {
         /** {@link AccurateMath Commons Math}. */
         CM,

Reply via email to