summaryrefslogtreecommitdiff
path: root/lib/sincosl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-18 15:10:28 +0000
committerBruno Haible <bruno@clisp.org>2007-02-18 15:10:28 +0000
commite1123c2f4fedae90435426a82a05cf2e3233e97d (patch)
treecd6fcc768d636abc63e601a545cd352ccd2ed5cf /lib/sincosl.c
parentd9a58db4fa4dc35c7166db177a5e38a2f82e7ee6 (diff)
downloadgnulib-e1123c2f4fedae90435426a82a05cf2e3233e97d.tar.gz
New module 'math'. <math.h> replaces mathl.h.
Diffstat (limited to 'lib/sincosl.c')
-rw-r--r--lib/sincosl.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/sincosl.c b/lib/sincosl.c
index e832bd7240..1aaab5c1af 100644
--- a/lib/sincosl.c
+++ b/lib/sincosl.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point trigonometric functions on <-pi/4,pi/4>.
- Copyright (C) 1999, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
@@ -17,10 +17,12 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+#include <config.h>
+
+/* Specification. */
#include <math.h>
-#include <float.h>
-#include "mathl.h"
+#include <float.h>
static const long double sin_c[] = {
#define ONE sin_c[0]