Javadoc
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:
parent
07743b18ea
commit
74ea427b00
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue