82 cc = 2. * (
sqrt(13.) - 1.) / 3. ;
94 cout <<
"!!!!! WARNING: Not yet prepared !!!!!" << endl ;
100 cout <<
"!!!!! WARNING: Not yet prepared !!!!!" << endl ;
106 double hh = 1./double(nn) ;
111 double x1, x2, x3, x4, x5 ;
119 for (
int i=0; i<mm; i++) {
121 x1 = hh * double(4*i) ;
122 x2 = hh * double(4*i+1) ;
123 x3 = hh * double(4*i+2) ;
124 x4 = hh * double(4*i+3) ;
125 x5 = hh * double(4*i+4) ;
127 integ += (hh/45.) * (14.*ff(x1,cc) + 64.*ff(x2,cc)
128 + 24.*ff(x3,cc) + 64.*ff(x4,cc)
133 rah = 2. *
exp(integ) ;