The R Project SVN R

Rev

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

Rev 60253 Rev 60329
Line 1... Line 1...
1
/* -*- C -*-
1
/* -*- C -*-
2
 *  Mathlib : A C Library of Special Functions
2
 *  Mathlib : A C Library of Special Functions
3
 *  Copyright (C) 1998-2011  The R Core Team
3
 *  Copyright (C) 1998-2012  The R Core Team
4
 *  Copyright (C) 2004       The R Foundation
4
 *  Copyright (C) 2004       The R Foundation
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  it under the terms of the GNU Lesser General Public License as published by
8
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  the Free Software Foundation; either version 2.1 of the License, or
Line 220... Line 220...
220
#define digamma		Rf_digamma
220
#define digamma		Rf_digamma
221
#define dlnorm		Rf_dlnorm
221
#define dlnorm		Rf_dlnorm
222
#define dlogis		Rf_dlogis
222
#define dlogis		Rf_dlogis
223
#define dnbeta		Rf_dnbeta
223
#define dnbeta		Rf_dnbeta
224
#define dnbinom		Rf_dnbinom
224
#define dnbinom		Rf_dnbinom
-
 
225
#define dnbinom_mu	Rf_dnbinom_mu
225
#define dnchisq		Rf_dnchisq
226
#define dnchisq		Rf_dnchisq
226
#define dnf		Rf_dnf
227
#define dnf		Rf_dnf
227
#define dnorm4		Rf_dnorm4
228
#define dnorm4		Rf_dnorm4
228
#define dnt		Rf_dnt
229
#define dnt		Rf_dnt
229
#define dpois		Rf_dpois
230
#define dpois		Rf_dpois
Line 264... Line 265...
264
#define phyper		Rf_phyper
265
#define phyper		Rf_phyper
265
#define plnorm		Rf_plnorm
266
#define plnorm		Rf_plnorm
266
#define plogis		Rf_plogis
267
#define plogis		Rf_plogis
267
#define pnbeta		Rf_pnbeta
268
#define pnbeta		Rf_pnbeta
268
#define pnbinom		Rf_pnbinom
269
#define pnbinom		Rf_pnbinom
-
 
270
#define pnbinom_mu     	Rf_pnbinom_mu
269
#define pnchisq		Rf_pnchisq
271
#define pnchisq		Rf_pnchisq
270
#define pnf		Rf_pnf
272
#define pnf		Rf_pnf
271
#define pnorm5		Rf_pnorm5
273
#define pnorm5		Rf_pnorm5
272
#define pnorm_both	Rf_pnorm_both
274
#define pnorm_both	Rf_pnorm_both
273
#define pnt		Rf_pnt
275
#define pnt		Rf_pnt
Line 292... Line 294...
292
#define qhyper		Rf_qhyper
294
#define qhyper		Rf_qhyper
293
#define qlnorm		Rf_qlnorm
295
#define qlnorm		Rf_qlnorm
294
#define qlogis		Rf_qlogis
296
#define qlogis		Rf_qlogis
295
#define qnbeta		Rf_qnbeta
297
#define qnbeta		Rf_qnbeta
296
#define qnbinom		Rf_qnbinom
298
#define qnbinom		Rf_qnbinom
-
 
299
#define qnbinom_mu     	Rf_qnbinom_mu
297
#define qnchisq		Rf_qnchisq
300
#define qnchisq		Rf_qnchisq
298
#define qnf		Rf_qnf
301
#define qnf		Rf_qnf
299
#define qnorm5		Rf_qnorm5
302
#define qnorm5		Rf_qnorm5
300
#define qnt		Rf_qnt
303
#define qnt		Rf_qnt
301
#define qpois		Rf_qpois
304
#define qpois		Rf_qpois