jdk/test/java/lang/Math/CubeRootTests.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 32992 19ed8781c2ba
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    29  * @bug 4347132 4939441 8078672
    29  * @bug 4347132 4939441 8078672
    30  * @summary Tests for {Math, StrictMath}.cbrt (use -Dseed=X to set PRNG seed)
    30  * @summary Tests for {Math, StrictMath}.cbrt (use -Dseed=X to set PRNG seed)
    31  * @author Joseph D. Darcy
    31  * @author Joseph D. Darcy
    32  * @key randomness
    32  * @key randomness
    33  */
    33  */
       
    34 
       
    35 import jdk.testlibrary.RandomFactory;
    34 
    36 
    35 public class CubeRootTests {
    37 public class CubeRootTests {
    36     private CubeRootTests(){}
    38     private CubeRootTests(){}
    37 
    39 
    38     static final double infinityD = Double.POSITIVE_INFINITY;
    40     static final double infinityD = Double.POSITIVE_INFINITY;