Mercurial > hg > octave-kai > gnulib-hg
comparison lib/trigl.c @ 4435:d4efdb886b2a
Switch from LGPL to GPL.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 14 Jul 2003 16:36:07 +0000 |
parents | b33b8603715c |
children | a48fb0e98c8c |
comparison
equal
deleted
inserted
replaced
4434:5340c4c26a0a | 4435:d4efdb886b2a |
---|---|
1 /* Quad-precision floating point argument reduction. | 1 /* Quad-precision floating point argument reduction. |
2 Copyright (C) 1999 Free Software Foundation, Inc. | 2 Copyright (C) 1999 Free Software Foundation, Inc. |
3 This file is part of the GNU C Library. | 3 This file is part of the GNU C Library. |
4 Contributed by Jakub Jelinek <jj@ultra.linux.cz> | 4 Contributed by Jakub Jelinek <jj@ultra.linux.cz> |
5 | 5 |
6 The GNU C Library is free software; you can redistribute it and/or | 6 This program is free software; you can redistribute it and/or modify |
7 modify it under the terms of the GNU Lesser General Public | 7 it under the terms of the GNU General Public License as published by |
8 License as published by the Free Software Foundation; either | 8 the Free Software Foundation; either version 2, or (at your option) |
9 version 2.1 of the License, or (at your option) any later version. | 9 any later version. |
10 | 10 |
11 The GNU C Library is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 Lesser General Public License for more details. | 14 GNU General Public License for more details. |
15 | 15 |
16 You should have received a copy of the GNU Lesser General Public | 16 You should have received a copy of the GNU General Public License along |
17 License along with the GNU C Library; if not, write to the Free | 17 with this program; if not, write to the Free Software Foundation, |
18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | 18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
19 02111-1307 USA. */ | |
20 | 19 |
21 #include <math.h> | 20 #include <math.h> |
22 #include <float.h> | 21 #include <float.h> |
23 | 22 |
24 #include "mathl.h" | 23 #include "mathl.h" |