jdk/test/java/lang/Math/Log1pTests.java
changeset 30046 cf2c86e1819e
parent 26197 1bb6b68b87cd
child 30048 3424bede284d
equal deleted inserted replaced
30045:719de2e9d356 30046:cf2c86e1819e
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4851638 4939441
    26  * @bug 4851638 4939441
    27  * @summary Tests for {Math, StrictMath}.log1p
    27  * @summary Tests for {Math, StrictMath}.log1p
    28  * @author Joseph D. Darcy
    28  * @author Joseph D. Darcy
       
    29  * @key randomness
    29  */
    30  */
    30 
    31 
    31 public class Log1pTests {
    32 public class Log1pTests {
    32     private Log1pTests(){}
    33     private Log1pTests(){}
    33 
    34