beta Function

public pure elemental function beta(a, b) result(rst)

Computes the beta function.

The beta function is related to the gamma function by the following relationship. .

See Also

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a

The first argument of the function.

real(kind=real64), intent(in) :: b

The second argument of the function.

Return Value real(kind=real64)

The value of the beta function at and .


Contents