mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

Utilities for working with the Gamma Function.

Functions

template<typename T>
mx::math::func::tgamma (T x)
 The Gamma Function.

Function Documentation

◆ tgamma()

template<typename T>
T mx::math::func::tgamma ( T 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.

Referenced by mx::AO::constants::calcConstants(), and gammaDistributionDenom().