The R Project SVN R

Rev

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

Rev 13433 Rev 19500
Line 17... Line 17...
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
19
 *
19
 *
20
 *  SYNOPSIS
20
 *  SYNOPSIS
21
 *
21
 *
22
 *    #include "Rmath.h"
22
 *    #include <Rmath.h>
23
 *    extern int signgam;
23
 *    extern int signgam;
24
 *    double lgammafn(double x);
24
 *    double lgammafn(double x);
25
 *
25
 *
26
 *  DESCRIPTION
26
 *  DESCRIPTION
27
 *
27
 *