Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
beta
Interface
4 statements
Source File
stdlib_specialfunctions_gamma.fypp
stdlib_specialfunctions_gamma
beta
Contents
Module Procedures
beta_rsp
beta_rdp
public interface beta
Beta function
Module Procedures
private elemental function 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 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)