SciPy

scipy.special.zeta

scipy.special.zeta(x, q) = <ufunc 'zeta'>

Hurwitz zeta function

The Riemann zeta function of two arguments (also known as the Hurwitz zeta function).

This function is defined as

\[\zeta(x, q) = \sum_{k=0}^{\infty} 1 / (k+q)^x,\]

where x > 1 and q > 0.

See also

zetac

Previous topic

scipy.special.lambertw

Next topic

scipy.special.zetac