]> sourceware.org Git - glibc.git/blobdiff - sysdeps/ieee754/dbl-64/s_tan.c
Prefer https to http for gnu.org and fsf.org URLs
[glibc.git] / sysdeps / ieee754 / dbl-64 / s_tan.c
index 24f6a9f1e64457af84426b77fea78afb534c8078..1103ed2896dc6a22dddcc49f4fc00d3420d3f821 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * IBM Accurate Mathematical Library
  * written by International Business Machines Corp.
- * Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2019 Free Software Foundation, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 /*********************************************************************/
 /*  MODULE_NAME: utan.c                                              */
@@ -41,6 +41,8 @@
 #include "MathLib.h"
 #include <math.h>
 #include <math_private.h>
+#include <fenv_private.h>
+#include <math-underflow.h>
 #include <libm-alias-double.h>
 #include <fenv.h>
 #include <stap-probe.h>
This page took 0.02871 seconds and 5 git commands to generate.