Loadable Function: z = gsl_zt_zeta (arg1)
Loadable Function: [z, err] = gsl_zt_zeta (…)

Computes the Riemann zeta function \zeta(s) for arbitrary s, s \ne 1.

The Riemann zeta function is defined by the infinite sum \zeta(s) = \sum_{k=1}^\infty k^{-s}.

err contains an estimate of the absolute error in the value z.

This function is from the GNU Scientific Library, see http://www.gnu.org/software/gsl/ for documentation.

Package: gsl