Skip to content

gammainc

gammainc(a, x): number

Defined in: special.js:133

Regularized lower incomplete gamma P(a, x) = γ(a, x) / Γ(a).

Parameters

a

number

Shape, a > 0

x

number

x >= 0

Returns

number

P(a, x) in [0, 1]