Synch comment with double version

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1060123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-17 22:58:22 +00:00
parent 8de5ef9633
commit 21cfd5fe91
1 changed files with 1 additions and 2 deletions

View File

@ -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