log_beta Interface

public interface log_beta

Logarithm of beta function


Module Procedures

private elemental function log_beta_rsp(a, b) result(res)

Arguments

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

Return Value real(kind=sp)

private elemental function log_beta_rdp(a, b) result(res)

Arguments

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

Return Value real(kind=dp)