Author: sebb
Date: Mon Jan 17 22:58:22 2011
New Revision: 1060123
URL: http://svn.apache.org/viewvc?rev=1060123&view=rev
Log:
Synch comment with double version
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=1060123&r1=1060122&r2=1060123&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:58:22 2011
@@ -409,8 +409,7 @@ public final class MathUtils {
}
/**
- * Returns true iff if both arguments are NaN or neither is NaN
- * and they are equal as defined by {x==y}.
+ * Returns true iff they are strictly equal.
*
* @param x first value
* @param y second value