PSI
Returns the digamma function of the argument XX. XX cannot be 0 or a negative integer.
From http://www.netlib.org/specfun/gamma
CGAMMA
Complex gamma function.
Formulae from "An Atlas of Functions" by Spanier and Oldham, Sect. 43:11.
BETA
Beta function.
CBETA
Complex beta function.
RBETA
Rational beta function.
Uses
module~~fgamma~~UsesGraph
module~fgamma
fgamma
assert
assert
module~fgamma->assert
Nodes of different colours represent the following:
Graph Key
Module
Module
Submodule
Submodule
Subroutine
Subroutine
Function
Function
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Used by
module~~fgamma~~UsedByGraph
module~fgamma
fgamma
module~funcs
funcs
module~funcs->module~fgamma
program~rpn
RPN
program~rpn->module~funcs
module~stackops
stackops
program~rpn->module~stackops
module~evals
evals
program~rpn->module~evals
module~stackops->module~funcs
module~evals->module~funcs
module~evals->module~stackops
Nodes of different colours represent the following:
Graph Key
Module
Module
Submodule
Submodule
Subroutine
Subroutine
Function
Function
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Functions
Explanation of machine-dependent constants
Read more…
Arguments
Type
Intent Optional
Attributes Name
real(kind=wp)
::
XX
Return Value real(kind=wp)
public function CGAMMA (Z) result(R)
Arguments
Type
Intent Optional
Attributes Name
complex(kind=wp),
intent(in)
::
Z
Return Value complex(kind=wp)
public elemental function BETA (X, Y) result(R)
Arguments
Type
Intent Optional
Attributes Name
real(kind=wp),
intent(in)
::
X
real(kind=wp),
intent(in)
::
Y
Return Value real(kind=wp)
public function CBETA (X, Y) result(R)
Arguments
Type
Intent Optional
Attributes Name
complex(kind=wp),
intent(in)
::
X
complex(kind=wp),
intent(in)
::
Y
Return Value complex(kind=wp)
Subroutines
public elemental subroutine RBETA (X, Y, N, D)
Arguments
Type
Intent Optional
Attributes Name
integer,
intent(in)
::
X
integer,
intent(in)
::
Y
integer,
intent(out)
::
N
integer,
intent(out)
::
D