Beta Function Calculator

beta command computes beta function.

beta 1 2

Result: 0.5

Arguments should be separated by space or comma.

beta 5, 6

0.0007936507936507937

The argument starting with - means an option. For example, ln is an option meaning the function returns the natural logarithm of beta function. An option must be positioned before the values.

Natural logarithm of beta function

beta -ln 5, 6

Result: −7.138866999945524

Incomplete beta function

An option i means the function is an incomplete beta function.

beta -i=0.2 5 6

Result: 0.0327934976

Function

Calculator