git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1062359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-01-23 10:16:49 +00:00
parent 0d4c8d4a70
commit 8252860a27
1 changed files with 2 additions and 0 deletions

View File

@ -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$