|
inlineconstexpr |
Computes the Kummer function (confluent hypergeometric function of the first kind) \(M\) (which is an other name for the hypergeometric function \({}_1F_1\)) and it regularized version \(\mathbf{M}\).
Defined in Header
Parameters
a, b, z: real or complex inputs.Return value
z of the Kummer function with a and b parameters. The call kummer(z, a, b) is equivalent to hypergeometric(z, kumi::tuple{a}, kumi::tuple{b})z of the Regularized Kummer function \(\mathbf{M}\), i.e. \(M\) divided by \(\Gamma(b)\), well defined even if b is a negative integer.