test/java/lang/Math/PowTests.java

Print this page

        

*** 23,32 **** --- 23,35 ---- /* * @test * @bug 4984407 5033578 * @summary Tests for {Math, StrictMath}.pow + * @library /lib/testlibrary + * @build jdk.testlibrary.DoubleUtils jdk.testlibrary.FloatUtils + * @run main PowTests * @author Joseph D. Darcy */ public class PowTests { private PowTests(){}