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
This commit is contained in:
Sebastian Bazley 2011-01-17 22:44:50 +00:00
parent 1775178509
commit 28d2031e4b
1 changed files with 0 additions and 6 deletions

View File

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