|
STK++ 1.0
|
In this file we declare functions around the gamma function. More...
#include "../../Arrays/include/STK_Vector.h"

Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::Funct |
The namespace Funct enclose all usual and special functions. | |
Functions | |
| Real | STK::Funct::factorial (Integer const &n) |
This function computes for Integer argument. | |
| Real | STK::Funct::factorial (Real const &z) |
This function computes when z is an integer in a Real format. | |
| Real | STK::Funct::factorialLn (Integer const &n) |
This function computes for Integer argument. | |
| Real | STK::Funct::factorialLn (Real const &z) |
This function computes when z is an integer in a Real fromat. | |
| Real | STK::Funct::gamma (Real const &z) |
This function computes the function . | |
| Real | STK::Funct::gammaLn (Real const &z) |
This function computes the function . | |
| Real | STK::Funct::gammaLnStirlingError (Real const &z) |
Compute the error when we compute using the Stirling's formula. | |
| Real | STK::Funct::gammaLnStirlingError (Integer const &z) |
Compute the error when we compute using the Stirling's formula and z is an Integer. | |
| void | STK::Funct::stirlingCoefficients (STK::Vector &A) |
| This function computes the n first coefficients of the Stirling's serie. | |
In this file we declare functions around the gamma function.
Definition in file STK_Funct_gamma.h.