home *** CD-ROM | disk | FTP | other *** search
-
- # define NearZero 1.0E-20
- # define Tolerance 1.0E-10
-
-
- void DisplayErrorMessage(int ErrorFlag);
-
- float PolyCalc(float XIn,float CoefVector[],int order);
-
- float PowerCalc(float x,float a);
-
- float LogGamma(float x);
-
- float Gamma(float x,int *ErrorFlag);
-
- float IncGamma(float a,float x);
-
- float IncGammaComp(float a,float x);
-
- float Bessel(float order,float x,int *ErrorFlag);
-
- float Tan(float x);
-
- float Cosh(float z);
-
- float Sinh(float z);
-
- float Sech(float z);
-
- float ArcTanh(float x);
-
- float ErrFuncIter(float x);
-
- float ErrFunc(float x,int *ErrorFlag);
-
- float ErrFuncComp(float x,int *ErrorFlag);
-
- float ErrFuncR(float x,float y, int *ErrorFlag);
-
- float ErrFuncI(float x,float y);
-
- float GaussHyper(float a,float b,float c,float z);
-
- float KumrConf(float a,float b,float z);
-
- float AssocConf(float a,float b,float z);
-
- float Hermite(int n,float x,int *ErrorFlag);
-
- float Legend(int n,float x,int *ErrorFlag);
-
- float Laguerre(int n,float a,float x,int *ErrorFlag);
-
- float Tcheb(int n,float x,int *ErrorFlag);
-
- float ModBesselI(float n,float x,int *ErrorFlag);
-
- float ModBesselK(float n,float x,int *ErrorFlag);
-
- float Beta(float z,float w,int *ErrorFlag);
-
- float IncBeta(float a,float b,float x);