|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines the gamma function. More...
Declares and defines the gamma function.
Definition in file gamma.hpp.
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename T > | |
| T | mx::math::func::tgamma (T x) |
| The Gamma Function. | |