]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_fma.c
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / s_fma.c
index a746fb158ffa78fcc88c7af22141c4449287e9c4..29d7b467e0132987ad32d0d69c02aeb7cc5f6f36 100644 (file)
@@ -1,5 +1,5 @@
 /* Compute x * y + z as ternary operation.
-   Copyright (C) 1997-2018 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 <math.h>
 #include <libm-alias-double.h>