]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-exp10.inc
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / libm-test-exp10.inc
index 92c81adb7aec88710264889e8084c7bb24be7d86..2c95a7103d07e8833c8f796eebf0af2b374514b2 100644 (file)
@@ -1,5 +1,5 @@
 /* Test exp10.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "libm-test-driver.c"
 
@@ -36,18 +36,10 @@ exp10_test (void)
   ALL_RM_TEST (exp10, 0, exp10_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
-static void
-pow10_test (void)
-{
-  /* pow10 uses the same test data as exp10.  */
-  ALL_RM_TEST (pow10, 0, exp10_test_data, RUN_TEST_LOOP_f_f, END);
-}
-
 static void
 do_test (void)
 {
   exp10_test ();
-  pow10_test ();
 }
 
 /*