programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions
spefun Module Reference
Collaboration diagram for spefun:
Collaboration graph

Public Member Functions

double precision function tgamma (x)
 Gamma function. More...
 
double precision function ferf (x)
 Erf function. More...
 
double precision function hypgeo (a, b, c, x)
 Hypergeometric function (see http://mathworld.wolfram.com/hypergeometricfunction.html for definition) More...
 
double precision function hypser (a, b, c, x)
 Calcul de la fonction hypergeometrique pour |x| < 1 par une serie (cf. pour la definition de cette fonction, voir par exemple : http://mathworld.wolfram.com/hypergeometricfunction.html ) More...
 
double precision function beta (x, y)
 Beta function: beta(x,y) = gamma(x)*gamma(y)/gamma(x+y) More...
 

Member Function/Subroutine Documentation

double precision function beta ( double precision, intent(in)  x,
double precision, intent(in)  y 
)

Beta function: beta(x,y) = gamma(x)*gamma(y)/gamma(x+y)

double precision function ferf ( double precision, intent(in)  x)

Erf function.

double precision function hypgeo ( double precision, intent(in)  a,
double precision, intent(in)  b,
double precision, intent(in)  c,
double precision, intent(in)  x 
)

Hypergeometric function (see http://mathworld.wolfram.com/hypergeometricfunction.html for definition)

double precision function hypser ( double precision, intent(in)  a,
double precision, intent(in)  b,
double precision, intent(in)  c,
double precision, intent(in)  x 
)

Calcul de la fonction hypergeometrique pour |x| < 1 par une serie (cf. pour la definition de cette fonction, voir par exemple : http://mathworld.wolfram.com/hypergeometricfunction.html )

double precision function tgamma ( double precision, intent(in)  x)

Gamma function.


The documentation for this module was generated from the following file: