Theoretica
A C++ numerical and automatic mathematical library
|
Special functions. More...
Functions | |
real | gamma (unsigned int k) |
Gamma special function of positive integer argument. More... | |
real | half_gamma (unsigned int k) |
Half Gamma special function, defined as HG(n) = Gamma(n / 2) for any positive integer n. More... | |
real | lngamma (real x) |
Log Gamma special function of real argument. More... | |
real | gamma (real x) |
Gamma special function of real argument. More... | |
real | pi (real x) |
Pi special function of real argument. More... | |
real | beta (real x1, real x2) |
Beta special function of real argument. More... | |
Special functions.
Beta special function of real argument.
x1 | The first real argument |
x2 | The second real argument |
Gamma special function of real argument.
This function uses Lanczos' approximation with gamma = 5.
x | The real argument |
|
inline |
Gamma special function of positive integer argument.
k | The positive integer argument |
|
inline |
Half Gamma special function, defined as HG(n) = Gamma(n / 2) for any positive integer n.
k | The positive integer argument |
Log Gamma special function of real argument.
This function uses Lanczos' approximation with gamma = 5.
x | The real argument |