beta(a, b) lbeta(a, b) gamma(a) lgamma(a) choose(n,k) lchoose(n,k)
beta returns the beta function and lbeta the natural
logarithm of the beta function.
gamma returns the gamma function and lgamma the natural
log of the gamma function.
choose returns binomial coefficients, and lchoose
returns their logarithms.