git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1061604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-21 02:54:13 +00:00
parent 07743b18ea
commit 74ea427b00
1 changed files with 2 additions and 2 deletions

View File

@ -3349,7 +3349,7 @@ public class FastMath {
* Get the next machine representable number after a number, moving
* in the direction of another number.
* <p>
* If <code>direction</code> is greater than or equal to<code>d</code>,
* If <code>direction</code> is greater than or equal to <code>d</code>,
* the smallest machine representable number strictly greater than
* <code>d</code> is returned; otherwise the largest representable number
* strictly less than <code>d</code> is returned.</p>
@ -3414,7 +3414,7 @@ public class FastMath {
* Get the next machine representable number after a number, moving
* in the direction of another number.
* <p>
* If <code>direction</code> is greater than or equal to<code>d</code>,
* If <code>direction</code> is greater than or equal to <code>d</code>,
* the smallest machine representable number strictly greater than
* <code>d</code> is returned; otherwise the largest representable number
* strictly less than <code>d</code> is returned.</p>