javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1062360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86ae7efc71
commit
213b03288e
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue