tf.math.zeta

Compute the Hurwitz zeta function \(\zeta(x, q)\).

tf.math.zeta(
    x, q, name=None
)

The Hurwitz zeta function is defined as:

\(\zeta(x, q) = \sum_{n=0}{\infty} (q + n){-x}\)

Args:

Returns:

A Tensor. Has the same type as x.