The R Project SVN R

Rev

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

Rev 69855 Rev 77395
Line 23... Line 23...
23
 *    #include <Rmath.h>
23
 *    #include <Rmath.h>
24
 *    double lbeta(double a, double b);
24
 *    double lbeta(double a, double b);
25
 *
25
 *
26
 *  DESCRIPTION
26
 *  DESCRIPTION
27
 *
27
 *
28
 *    This function returns the value of the log beta function.
28
 *    This function returns the value of the log beta function
-
 
29
 *
-
 
30
 *	log B(a,b) = log G(a) + log G(b) - log G(a+b)
29
 *
31
 *
30
 *  NOTES
32
 *  NOTES
31
 *
33
 *
32
 *    This routine is a translation into C of a Fortran subroutine
34
 *    This routine is a translation into C of a Fortran subroutine
33
 *    by W. Fullerton of Los Alamos Scientific Laboratory.
35
 *    by W. Fullerton of Los Alamos Scientific Laboratory.