Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
log_beta
Interface
4 statements
Source File
stdlib_specialfunctions_gamma.fypp
stdlib_specialfunctions_gamma
log_beta
Contents
Module Procedures
log_beta_rsp
log_beta_rdp
public interface log_beta
Logarithm of beta function
Module Procedures
private elemental function log_beta_rsp(a, b) result(res)
Arguments
Type
Intent
Optional
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
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
a
real(kind=dp),
intent(in)
::
b
Return Value
real(kind=dp)