5673efa2a3cb59333bcaaaa387a154ffbf3e652f
[gnulib.git] / lib / trigl.h
1 /* Declarations for sinl, cosl, tanl internal functions
2    Contributed by Paolo Bonzini
3
4    Copyright 2002, 2003 Free Software Foundation, Inc.
5
6    This file is part of gnulib.
7
8    This program is free software; you can redistribute it and/or modify
9    it under the terms of the GNU General Public License as published by
10    the Free Software Foundation; either version 2, or (at your option)
11    any later version.
12
13    This program is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
17
18    You should have received a copy of the GNU General Public License along
19    with this program; if not, write to the Free Software Foundation,
20    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
21
22 extern int ieee754_rem_pio2l (long double x, long double *y);
23 extern long double kernel_sinl (long double x, long double y, int iy);
24 extern long double kernel_cosl (long double x, long double y);
25