:py:mod:`profiley.helpers.math` =============================== .. py:module:: profiley.helpers.math Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: profiley.helpers.math.gamma .. py:function:: gamma(a, x=0) Incomplete Gamma function as defined in Mathematica, .. math:: \Gamma(a,x) = \int_0^\infty dt\,t^{a-1}e^{-t} such that :math:`\Gamma(a,0)=\Gamma(a)` is the Gamma function