Author: sebb
Date: Mon Jan 17 22:44:50 2011
New Revision: 1060118
URL: http://svn.apache.org/viewvc?rev=1060118&view=rev
Log:
Remove temporary markers used when creating float methods
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java?rev=1060118&r1=1060117&r2=1060118&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java
(original)
+++
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java
Mon Jan 17 22:44:50 2011
@@ -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.
*