My Project
programmer's documentation
Modules | Functions/Subroutines
spefun.f90 File Reference

Atmospheric module - Module for specific math functions. More...

Modules

module  spefun
 

Functions/Subroutines

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...
 

Detailed Description

Atmospheric module - Module for specific math functions.