26 #ifndef __PDF_SPECIAL_FUNCTIONS_H__ 27 #define __PDF_SPECIAL_FUNCTIONS_H__ 38 double cot(
double xx);
40 double Gamma(
double xx);
42 double Beta(
double x,
double y);
52 double Psi1(
double z);
53 double Psi2(
double z);
54 double Psi3(
double z);
69 #endif // ndef __PDF_SPECIAL_FUNCTIONS_H__
complex_d S1(const complex_d &z)
Definition: special_functions.cc:459
complex_d IncompleteGamma(const complex_d &a, double x)
Definition: special_functions.cc:165
complex_d Gamma(const complex_d &xx)
Definition: special_functions.cc:98
complex_d M2_helper(const complex_d &z)
Definition: special_functions.cc:627
complex_d cot(const complex_d &xx)
Definition: special_functions.cc:42
complex_d Beta(const complex_d &x, const complex_d &y)
Definition: special_functions.cc:229
complex_d Psi2(const complex_d &z)
Definition: special_functions.cc:319
complex_d S2(const complex_d &z)
Definition: special_functions.cc:473
complex_d M1_helper(const complex_d &z)
Definition: special_functions.cc:602
std::complex< double > complex_d
complex numbers with double precision
Definition: complex_d.h:34
complex_d S3(const complex_d &z)
Definition: special_functions.cc:487
complex_d Psi(const complex_d &z)
Definition: special_functions.cc:271
complex_d Sprim2(const complex_d &z, int eta)
Definition: special_functions.cc:560
complex_d LogGamma(const complex_d &xx)
Definition: special_functions.cc:132
complex_d Sprim1(const complex_d &z, int eta)
Definition: special_functions.cc:545
Definition: anomalous.cc:33
complex_d LogSin(const complex_d &xx)
Definition: special_functions.cc:64
complex_d HyperGeometric(const complex_d &a, const complex_d &b, const complex_d &c, const complex_d &z)
Definition: special_functions.cc:246
complex_d Stilde(const complex_d &z, int eta)
Definition: special_functions.cc:501
complex_d Psi1(const complex_d &z)
Definition: special_functions.cc:295
complex_d Sprim3(const complex_d &z, int eta)
Definition: special_functions.cc:575
complex_d Psi3(const complex_d &z)
Definition: special_functions.cc:343