]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/cimag_template.c
math: Remove the error handling wrapper from fmod and fmodf
[thirdparty/glibc.git] / math / cimag_template.c
index 1412fc14d558f9a235491fed92cb80aeddf000d3..8bcb6d46674e941d3f4db63af4100dc53f0c742d 100644 (file)
@@ -1,7 +1,6 @@
 /* Return imaginary part of complex float type.
-   Copyright (C) 1997-2019 Free Software Foundation, Inc.
+   Copyright (C) 1997-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -15,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 <complex.h>