Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / integration / tests.h
1 /* integration/tests.h
2  * 
3  * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough
4  * 
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 3 of the License, or (at
8  * your option) any later version.
9  * 
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  * 
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18  */
19
20 double f1 (double x, void * params);
21 double f2 (double x, void * params);
22 double f3 (double x, void * params);
23 double f4 (double x, void * params);
24 double f5 (double x, void * params);
25
26 double f6 (double x, void * params);
27 double f7 (double x, void * params);
28 double f8 (double x, void * params);
29 double f9 (double x, void * params);
30 double f10 (double x, void * params);
31
32 double f11 (double x, void * params);
33 double f12 (double x, void * params);
34 double f13 (double x, void * params);
35 double f14 (double x, void * params);
36 double f15 (double x, void * params);
37
38 double f16 (double x, void * params);
39 double f17 (double x, void * params);
40
41 double f454 (double x, void * params);
42 double f455 (double x, void * params);
43 double f456 (double x, void * params);
44 double f457 (double x, void * params);
45 double f458 (double x, void * params);
46 double f459 (double x, void * params);
47
48 double myfn1 (double x, void * params);
49 double myfn2 (double x, void * params);