You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/05/18 21:55:30 UTC

svn commit: r1124398 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java

Author: luc
Date: Wed May 18 19:55:30 2011
New Revision: 1124398

URL: http://svn.apache.org/viewvc?rev=1124398&view=rev
Log:
fixed typos

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=1124398&r1=1124397&r2=1124398&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 Wed May 18 19:55:30 2011
@@ -31,9 +31,9 @@ package org.apache.commons.math.util;
  * extensively used inside Apache Commons Math, so by calling some algorithms,
  * the one-shot overhead will occur regardless of the end-user calling FastMath
  * methods directly or not. Performance figures for a specific JVM and hardware
- * can be evaluated by running the FastMathTestPerformance tests in the tests
+ * can be evaluated by running the FastMathTestPerformance tests in the test
  * directory of the source distribution.
- * <p>
+ * </p>
  * <p>
  * FastMath accuracy should be mostly independent of the JVM as it relies only
  * on IEEE-754 basic operations and on embedded tables. Almost all operations