Skip to content

Commit eebf4e1

Browse files
committed
Javadoc
1 parent bef067c commit eebf4e1

File tree

1 file changed

+1
-1
lines changed
  • commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath

1 file changed

+1
-1
lines changed

commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public final class JdkMath {
209209
/** ulp(x). */
210210
private static final FloatUnaryOperator ULP_FLOAT;
211211

212-
/** Available implementations of {@link Math} functions. */
212+
/** Enumerates available implementations of {@link Math} functions. */
213213
public enum Impl {
214214
/** {@link AccurateMath Commons Math}. */
215215
CM,

0 commit comments

Comments
 (0)