Processing math: 100%
SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

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

ζ(x,q)=k=01/(k+q)x,

where x > 1 and q > 0.

See also

zetac

Previous topic

scipy.special.lambertw

Next topic

scipy.special.zetac