Functions

lnbeta

Supported By

Syntax

the lnbeta of ( expression , expression )

lnbeta ( expression , expression )

Expression yields an integer, a number, or a complex.

Description

The lnbeta function computes the natural logarithm of the beta function.

The expression lnbeta(x,y) is equivalent to lngamma(x) + lngamma(y) - lngamma(x+y).

Synonym

lnβ

See Also

factorial, gamma, beta, lnfactorial, lngamma