jdk/test/java/lang/Math/HypotTests.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 32992 19ed8781c2ba
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    29  * @bug 4851638 4939441 8078672
    29  * @bug 4851638 4939441 8078672
    30  * @summary Tests for {Math, StrictMath}.hypot (use -Dseed=X to set PRNG seed)
    30  * @summary Tests for {Math, StrictMath}.hypot (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 HypotTests {
    37 public class HypotTests {
    36     private HypotTests(){}
    38     private HypotTests(){}
    37 
    39 
    38     static final double infinityD = Double.POSITIVE_INFINITY;
    40     static final double infinityD = Double.POSITIVE_INFINITY;