jax.scipy.special.zeta
Warning
This page was created from a pull request (#9655).
jax.scipy.special.zetaΒΆ
- jax.scipy.special.zeta(x, q=None)[source]ΒΆ
Riemann or Hurwitz zeta function.
LAX-backend implementation of
zeta()
.Original docstring below.
- Parameters
x (array_like of float) β Input data, must be real
q (array_like of float, optional) β Input data, must be real. Defaults to Riemann zeta.
- Returns
out β Values of zeta(x).
- Return type
array_like
References
- dlmf
NIST, Digital Library of Mathematical Functions, https://dlmf.nist.gov/25.11#i