scipy.special.zetac

scipy.special.zetac(x[, out]) = <ufunc 'zetac'>

y=zetac(x) returns 1.0 - the Riemann zeta function: sum(k**(-x), k=2..inf)

Previous topic

scipy.special.zeta

Next topic

scipy.special.cbrt

This Page