Functions

β

Supported By

Syntax

[the] β of ( expression , expression )

β ( expression , expression )

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

Description

The β function computes the value of the beta function, also known as the Euler integral of the first kind.

The expression β(x,y) is equivalent to gamma(x) * gamma(y) / gamma(x+y).

Synonym

beta

See Also

factorial, gamma, lnfactorial, lngamma, lnbeta