Skip to main content

pochhammer

Function pochhammer 

Source
pub fn pochhammer<P, E, V>(z: V, m: V) -> V
Expand description

$(z)_m = \Gamma(z+m)/\Gamma(z)$, the Pochhammer symbol, for real z and real m.

Last built: 2026-09-08 21:35:55 UTC