The R Project SVN R

Rev

Rev 42321 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42321 Rev 45446
Line 1... Line 1...
1
/* 
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1998--2007	    The R Development Core Team.
3
 *  Copyright (C) 1998--2007	    The R Development Core Team.
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
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
6
 *  it under the terms of the GNU General Public License as published by
Line 28... Line 28...
28
 
28
 
29
SEXP complex_math1(SEXP, SEXP, SEXP, SEXP);
29
SEXP complex_math1(SEXP, SEXP, SEXP, SEXP);
30
SEXP complex_math2(SEXP, SEXP, SEXP, SEXP);
30
SEXP complex_math2(SEXP, SEXP, SEXP, SEXP);
31
SEXP complex_unary(ARITHOP_TYPE, SEXP, SEXP);
31
SEXP complex_unary(ARITHOP_TYPE, SEXP, SEXP);
32
SEXP complex_binary(ARITHOP_TYPE, SEXP, SEXP);
32
SEXP complex_binary(ARITHOP_TYPE, SEXP, SEXP);
33
 
-