updfevolv is hosted by Hepforge, IPPP Durham
uPDF.h
Go to the documentation of this file.
1 #ifndef uPDF_H
2 #define uPDF_H
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 #include <cstring>
8 #include <math.h>
9 #include <iostream>
10 
11 using namespace std;
12 
13 namespace uPDF {
14 
15  double ipow(double,int);
16  extern int iipow(int,int);
17  void ccfmuPDF(int kf, double x, double kt , double p, double xpq[13] ) ;
18 
19  double Cdhfint(int narg, double arg[500], int nent[500], double ent[500], double table[1000000]);
20 
21 }
22 
23 #endif