We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef067c commit eebf4e1Copy full SHA for eebf4e1
commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/JdkMath.java
@@ -209,7 +209,7 @@ public final class JdkMath {
209
/** ulp(x). */
210
private static final FloatUnaryOperator ULP_FLOAT;
211
212
- /** Available implementations of {@link Math} functions. */
+ /** Enumerates available implementations of {@link Math} functions. */
213
public enum Impl {
214
/** {@link AccurateMath Commons Math}. */
215
CM,
0 commit comments