]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/fclrexcpt.c
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / fclrexcpt.c
index 06aa19f09ae560e0eec169df4f209c6e6b3ec427..c03d1233fec9b8e4847bcbb8c27a776c6d64670b 100644 (file)
@@ -1,5 +1,5 @@
 /* Clear given exceptions in current floating-point environment.
-   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.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -15,7 +15,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 <fenv.h>
 #include <shlib-compat.h>