pub fn zeta_impl<P, E, V, const ZETAC: bool>(s: V) -> Vwhere
E: FloatElement + ZetaConsts + BernoulliNumbers,
V: FloatVector<Element = E> + SpecializedTranscendentalMath<E> + SpecializedSpecialMath<E>,
P: Policy,Expand description
zeta(s) (ZETAC = false) or zeta(s) - 1 (ZETAC = true), for real s.