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:
parent
1775178509
commit
28d2031e4b
|
@ -408,8 +408,6 @@ public final class MathUtils {
|
||||||
return (FastMath.exp(x) + FastMath.exp(-x)) / 2.0;
|
return (FastMath.exp(x) + FastMath.exp(-x)) / 2.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true iff if both arguments are NaN or neither is NaN
|
* Returns true iff if both arguments are NaN or neither is NaN
|
||||||
* and they are equal as defined by {x==y}.
|
* and they are equal as defined by {x==y}.
|
||||||
|
@ -578,10 +576,6 @@ public final class MathUtils {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true iff they are strictly equal.
|
* Returns true iff they are strictly equal.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue