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 >
mx::math::func::tgamma (T x)
 The Gamma Function. More...
 

Function Documentation

◆ tgamma()

template<typename T >
T mx::math::func::tgamma ( x)

The Gamma Function.

This is a wrapper for boost.

Template Parameters
Ta real floating point type
Returns
the value of the Gamma Function.
Parameters
[in]xthe argument of the gamma function

Definition at line 53 of file gamma.hpp.