|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Utilities for working with the Gamma Function.
Functions | |
| template<typename T> | |
| T | mx::math::func::tgamma (T x) |
| The Gamma Function. | |
| T mx::math::func::tgamma | ( | T | x | ) |
The Gamma Function.
This is a wrapper for boost.
| T | a real floating point type |
| [in] | x | the argument of the gamma function |
Definition at line 53 of file gamma.hpp.
Referenced by mx::AO::constants::calcConstants(), and gammaDistributionDenom().