The R Project SVN R

Rev

Rev 80271 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80271 Rev 88401
Line 1... Line 1...
1
/*
1
/*
2
 *  Mathlib : A C Library of Special Functions
2
 *  Mathlib : A C Library of Special Functions
3
 *  Copyright (C) 1999-2021 The R Core Team
3
 *  Copyright (C) 1999-2025 The R Core Team
4
 *  Copyright (C) 2003-2021 The R Foundation
4
 *  Copyright (C) 2003-2021 The R Foundation
5
 *  Copyright (C) 1998 Ross Ihaka
5
 *  Copyright (C) 1998 Ross Ihaka
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 31... Line 31...
31
 *	this initial start point.
31
 *	this initial start point.
32
 */
32
 */
33
#include "nmath.h"
33
#include "nmath.h"
34
#include "dpq.h"
34
#include "dpq.h"
35
 
35
 
-
 
36
// notably used in  " ./qDiscrete_search.h ":
36
#ifdef DEBUG_qbinom
37
#ifdef DEBUG_qbinom
37
# define R_DBG_printf(...) REprintf(__VA_ARGS__)
38
# define R_DBG_printf(...) REprintf(__VA_ARGS__)
38
#else
39
#else
39
# define R_DBG_printf(...)
40
# define R_DBG_printf(...)
40
#endif
41
#endif