The R Project SVN R

Rev

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

Rev 72042 Rev 74263
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--2017  The R Core Team
3
 *  Copyright (C) 1998--2018  The R Core Team
4
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
5
 *  based on code (C) 1979 and later Royal Statistical Society
5
 *  based on code (C) 1979 and later Royal Statistical Society
6
 *
6
 *
7
 *  This program is free software; you can redistribute it and/or modify
7
 *  This program is free software; you can redistribute it and/or modify
8
 *  it under the terms of the GNU General Public License as published by
8
 *  it under the terms of the GNU General Public License as published by
Line 25... Line 25...
25
 *	Applied Statistics, 26(1), 111-114.
25
 *	Applied Statistics, 26(1), 111-114.
26
 * Remark AS R83 (v.39, 309-310) and the correction (v.40(1) p.236)
26
 * Remark AS R83 (v.39, 309-310) and the correction (v.40(1) p.236)
27
 *	have been incorporated in this version.
27
 *	have been incorporated in this version.
28
 */
28
 */
29
 
29
 
30
 
-
 
31
#include <R_ext/Arith.h>
-
 
32
#include "nmath.h"
30
#include "nmath.h"
33
#include "dpq.h"
31
#include "dpq.h"
34
 
32
 
35
#ifdef DEBUG_qbeta
33
#ifdef DEBUG_qbeta
36
# define R_ifDEBUG_printf(...) REprintf(__VA_ARGS__)
34
# define R_ifDEBUG_printf(...) REprintf(__VA_ARGS__)