Gammaq.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
11 #ifndef GAMMAQ_CXX_
12 #define GAMMAQ_CXX_
13 
14 #define ITMAX 100
15 #define EPS 3.0e-7
16 #define FPMIN 1.0e-30
17 #define MAXSTR 80
18 
19 #include <cstdio>
20 #include <cstdlib>
21 
22 namespace hippodraw {
23  namespace Numeric {
24 
28 double gammq(double a, double x);
29 
31 double gammln( double xx );
32 
35 void gser(double *gamser, double a, double x, double *gln);
36 
39 void gcf( double *gammcf, double a, double x, double *gln );
40 
41  } // end namespace Numeric
42 } // end namespace hippodraw
43 
44 #endif

Generated for HippoDraw Class Library by doxygen