|
Theoretica
Mathematical Library
|
Special functions. More...
Functions | |
| real | gamma (unsigned int k) |
| Gamma special function of positive integer argument. | |
| real | half_gamma (unsigned int k) |
| Half Gamma special function, defined as HG(n) = Gamma(n / 2) for any positive integer n. | |
| real | lngamma (real x) |
| Log Gamma special function of real argument. | |
| real | gamma (real x) |
| Gamma special function of real argument. | |
| real | pi (real x) |
| Pi special function of real argument. | |
| real | beta (real x1, real x2) |
| Beta special function of real argument. | |
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 |