BETA

BETA

Synopsis

BETA(a,b)

Description

BETA function returns the value of the mathematical beta function extended to all real numbers except 0 and negative integers.

  • If a, b, or (a + b) are non-positive integers, BETA returns #NUM! error.

Examples

BETA(2,3) equals 0.083333.

BETA(-0.5,0.5) equals #NUM!.

See also

BETALN, GAMMALN.