lowergamma: upper incomplete gamma function
This is the tgamma_lower from the boost library
lowergamma(a, z)
a
: The numeric 'a' parameter in the upper incomplete gammaz
: The numeric 'z' parameter in the upper incomplete gammalowergamma results
The lowergamma function is given by:
lowergamma(1, 3) lowergamma(1:3, 3) lowergamma(1, 1:3)
Matthew L. Fidler
Useful links