jdk/test/java/lang/Double/ParseHexFloatingPoint.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 45288 58be10a068c2
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    30  * @summary Numerical tests for hexadecimal inputs to parse{Double, Float} (use -Dseed=X to set PRNG seed)
    30  * @summary Numerical tests for hexadecimal inputs to parse{Double, Float} (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 
    34 
       
    35 import jdk.testlibrary.RandomFactory;
       
    36 
    35 public class ParseHexFloatingPoint {
    37 public class ParseHexFloatingPoint {
    36     private ParseHexFloatingPoint(){}
    38     private ParseHexFloatingPoint(){}
    37 
    39 
    38     public static final double infinityD = Double.POSITIVE_INFINITY;
    40     public static final double infinityD = Double.POSITIVE_INFINITY;
    39     public static final double NaND = Double.NaN;
    41     public static final double NaND = Double.NaN;