jax.scipy.special.zeta#

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

Riemann or Hurwitz zeta function.

LAX-backend implementation of scipy.special.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