equal
deleted
inserted
replaced
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; |