From 28d2031e4b240b4fa24f900ef0f0470e7be80752 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Mon, 17 Jan 2011 22:44:50 +0000 Subject: [PATCH] Remove temporary markers used when creating float methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1060118 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math/util/MathUtils.java | 6 ------ 1 file changed, 6 deletions(-) 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. *