| Line -... |
Line 1... |
| - |
|
1 |
* R : A Computer Language for Statistical Data Analysis
|
| - |
|
2 |
* Copyright (C) 1998--2007 The R Development Core Team.
|
| - |
|
3 |
*
|
| - |
|
4 |
* This program is free software; you can redistribute it and/or modify
|
| - |
|
5 |
* it under the terms of the GNU General Public License as published by
|
| - |
|
6 |
* the Free Software Foundation; either version 2 of the License, or
|
| - |
|
7 |
* (at your option) any later version.
|
| - |
|
8 |
*
|
| - |
|
9 |
* This program is distributed in the hope that it will be useful,
|
| - |
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| - |
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| - |
|
12 |
* GNU General Public License for more details.
|
| - |
|
13 |
*
|
| - |
|
14 |
* You should have received a copy of the GNU General Public License
|
| - |
|
15 |
* along with this program; if not, a copy is available at
|
| - |
|
16 |
* http://www.r-project.org/Licenses/
|
| - |
|
17 |
*/
|
| - |
|
18 |
|
| 1 |
SEXP do_math1(SEXP, SEXP, SEXP, SEXP);
|
19 |
SEXP do_math1(SEXP, SEXP, SEXP, SEXP);
|
| 2 |
SEXP do_math2(SEXP, SEXP, SEXP, SEXP);
|
20 |
SEXP do_math2(SEXP, SEXP, SEXP, SEXP);
|
| 3 |
SEXP do_math3(SEXP, SEXP, SEXP, SEXP);
|
21 |
SEXP do_math3(SEXP, SEXP, SEXP, SEXP);
|
| 4 |
SEXP do_math4(SEXP, SEXP, SEXP, SEXP);
|
22 |
SEXP do_math4(SEXP, SEXP, SEXP, SEXP);
|
| 5 |
#ifdef WHEN_MATH5_IS_THERE
|
23 |
#ifdef WHEN_MATH5_IS_THERE
|