The R Project SVN R

Rev

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

Rev 42302 Rev 59037
Line 2... Line 2...
2
 *  AUTHOR
2
 *  AUTHOR
3
 *    Catherine Loader, catherine@research.bell-labs.com.
3
 *    Catherine Loader, catherine@research.bell-labs.com.
4
 *    October 23, 2000.
4
 *    October 23, 2000.
5
 *
5
 *
6
 *  Merge in to R:
6
 *  Merge in to R:
7
 *	Copyright (C) 2000, The R Core Development Team
7
 *	Copyright (C) 2000, The R Core Team
8
 *
8
 *
9
 *  This program is free software; you can redistribute it and/or modify
9
 *  This program is free software; you can redistribute it and/or modify
10
 *  it under the terms of the GNU General Public License as published by
10
 *  it under the terms of the GNU General Public License as published by
11
 *  the Free Software Foundation; either version 2 of the License, or
11
 *  the Free Software Foundation; either version 2 of the License, or
12
 *  (at your option) any later version.
12
 *  (at your option) any later version.
Line 28... Line 28...
28
 *      For n <=15, integers or half-integers, uses stored values.
28
 *      For n <=15, integers or half-integers, uses stored values.
29
 *      For other n < 15, uses lgamma directly (don't use this to
29
 *      For other n < 15, uses lgamma directly (don't use this to
30
 *        write lgamma!)
30
 *        write lgamma!)
31
 *
31
 *
32
 * Merge in to R:
32
 * Merge in to R:
33
 * Copyright (C) 2000, The R Core Development Team
33
 * Copyright (C) 2000, The R Core Team
34
 * R has lgammafn, and lgamma is not part of ISO C
34
 * R has lgammafn, and lgamma is not part of ISO C
35
 */
35
 */
36
 
36
 
37
#include "nmath.h"
37
#include "nmath.h"
38
 
38