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/01/23 11:16:49 UTC

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

Author: luc
Date: Sun Jan 23 10:16:49 2011
New Revision: 1062359

URL: http://svn.apache.org/viewvc?rev=1062359&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=1062359&r1=1062358&r2=1062359&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 Sun Jan 23 10:16:49 2011
@@ -28,8 +28,10 @@ package org.apache.commons.math.util;
  * </ul>
  * The following methods are found in StrictMath since 1.6 only
  * <ul>
+ * <li>{@link #copySign(double, double)}</li>
  * <li>{@link #nextAfter(double,double)}</li>
  * <li>{@link #nextUp(double)}</li>
+ * <li>{@link #copySign(float, float)}</li>
  * <li>{@link #nextUp(float)}</li>
  * </ul>
  * @version $Revision$ $Date$