The R Project SVN R

Rev

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

Rev 2263 Rev 2278
Line 152... Line 152...
152
	/* Gamma and Related Functions */
152
	/* Gamma and Related Functions */
153
 
153
 
154
double	logrelerr(double);
154
double	logrelerr(double);
155
void	gammalims(double*, double*);
155
void	gammalims(double*, double*);
156
double	lgammacor(double);
156
double	lgammacor(double);
157
double	gamma(double);
157
double	gammafn(double);
158
double	lgamma(double);
158
double	lgammafn(double);
159
void	dpsifn(double, int, int, int, double*, int*, int*);
159
void	dpsifn(double, int, int, int, double*, int*, int*);
160
double	digamma(double);
160
double	digamma(double);
161
double	trigamma(double);
161
double	trigamma(double);
162
double	tetragamma(double);
162
double	tetragamma(double);
163
double	pentagamma(double);
163
double	pentagamma(double);