scipy.special.
gamma
gamma(z)
Gamma function
The gamma function is often referred to as the generalized factorial since z*gamma(z) = gamma(z+1) and gamma(n+1) = n! for natural number n.
z*gamma(z) = gamma(z+1)
gamma(n+1) = n!
scipy.special
Enter search terms or a module, class or function name.