HepLib
ABCD.cpp
Go to the documentation of this file.
1 
6 #include "HEP.h"
7 #include <cmath>
8 
9 namespace HepLib {
10 
17  ex A0(const ex m2, int n, ex d) {
18  return I*pow(ex(-1),n)*pow(2,-d)*pow(Pi, -d/2)*pow(m2, -1 + d/2)*pow(tgamma(ex(n)), -1)*tgamma(-d/2 + n);
19  }
20 
21 }
22 
HEP header file.
HepLib namespace.
Definition: BASIC.cpp:17
const Symbol d
ex A0(const ex m2, int n, ex d)
scalar integral A0, devided by (2pi)^(4-2ep)
Definition: ABCD.cpp:17