pub fn pochhammer<P, E, V>(z: V, m: V) -> Vwhere
E: FloatElement,
V: FloatVector<Element = E> + SpecializedTranscendentalMath<E> + SpecializedRealSpecialMath<E>,
P: Policy,Expand description
$(z)_m = \Gamma(z+m)/\Gamma(z)$, the Pochhammer symbol, for real z and real m.