fixed wrong word in javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@746583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1ee00c759
commit
fafe306ce7
|
@ -374,7 +374,7 @@ public final class MathUtils {
|
|||
* Returns true iff both arguments are equal or within the range of allowed
|
||||
* error (inclusive).
|
||||
* <p>
|
||||
* Two NaNs are considered equals, as are two infinities with same size.
|
||||
* Two NaNs are considered equals, as are two infinities with same sign.
|
||||
* </p>
|
||||
*
|
||||
* @param x first value
|
||||
|
|
Loading…
Reference in New Issue