Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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

scipy.special.zeta

scipy.special.zeta(x, q=None, out=None)[source]

Riemann zeta function.

The two-argument version is the Hurwitz zeta function:

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

Riemann zeta function corresponds to q = 1.

See also

zetac

Previous topic

scipy.special.lambertw

Next topic

scipy.special.zetac