Author: sebb
Date: Fri Jan 21 02:54:33 2011
New Revision: 1061605
URL: http://svn.apache.org/viewvc?rev=1061605&view=rev
Log:
Javadoc
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java?rev=1061605&r1=1061604&r2=1061605&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java
Fri Jan 21 02:54:33 2011
@@ -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>