diff --git a/src/main/java/org/apache/commons/math/util/MathUtils.java b/src/main/java/org/apache/commons/math/util/MathUtils.java index 92ac95ff7..8a5949ce6 100644 --- a/src/main/java/org/apache/commons/math/util/MathUtils.java +++ b/src/main/java/org/apache/commons/math/util/MathUtils.java @@ -408,8 +408,6 @@ public final class MathUtils { return (FastMath.exp(x) + FastMath.exp(-x)) / 2.0; } - /////////////////////////////// - /** * Returns true iff if both arguments are NaN or neither is NaN * and they are equal as defined by {x==y}. @@ -578,10 +576,6 @@ public final class MathUtils { return true; } - - ////////////////////////////////// - - /** * Returns true iff they are strictly equal. *