cupyx.scipy.special.zetac#

cupyx.scipy.special.zetac = <ufunc 'cupyx_scipy_special_zetac'>#

Riemann zeta function minus 1.

Parameters

x (cupy.ndarray) – Input data, must be real.

Returns

Values of zeta(x)-1.

Return type

cupy.ndarray